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

Jar examples for c:cucumber-spring

Description

cucumber-spring

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

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials