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

Jar examples for c:cucumber-spring

Description

cucumber-spring

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

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials