Download cucumber-spring-1.2.2.jar file - Jar c

Jar examples for c:cucumber-spring

Description

cucumber-spring

You can download jar file cucumber-spring 1.2.2 in this page.

License

MIT License

Build File

You can use the following script to add cucumber-spring-1.2.2.jar to your project.

<dependency>
   <groupId>info.cukes</groupId>
   <artifactId>cucumber-spring</artifactId>
   <version>1.2.2</version>
</dependency>
compile group: 'info.cukes', name: 'cucumber-spring', version: '1.2.2'
libraryDependencies += "info.cukes" % "cucumber-spring" % "1.2.2"
<dependency org="info.cukes" name="cucumber-spring" rev="1.2.2"/>
@Grapes(@Grab(group='info.cukes', module='cucumber-spring', version='1.2.2'))
'info.cukes:cucumber-spring:jar:1.2.2'

Download

Click the following link to download the jar file.

cucumber-spring-1.2.2-javadoc.jar
cucumber-spring-1.2.2-sources.jar
cucumber-spring-1.2.2.jar
cucumber-spring-1.2.2.pom



Related Tutorials