Download chorus-3.0.0.RC2.jar file - Jar c

Jar examples for c:chorus

Description

Chorus Open Source BDD Interpreter

You can download jar file chorus 3.0.0.RC2 in this page.

License

MIT License

Build File

You can use the following script to add chorus-3.0.0.RC2.jar to your project.

<dependency>
   <groupId>org.chorusbdd</groupId>
   <artifactId>chorus</artifactId>
   <version>3.0.0.RC2</version>
</dependency>
compile group: 'org.chorusbdd', name: 'chorus', version: '3.0.0.RC2'
libraryDependencies += "org.chorusbdd" % "chorus" % "3.0.0.RC2"
<dependency org="org.chorusbdd" name="chorus" rev="3.0.0.RC2"/>
@Grapes(@Grab(group='org.chorusbdd', module='chorus', version='3.0.0.RC2'))
'org.chorusbdd:chorus:jar:3.0.0.RC2'

Download

Click the following link to download the jar file.

chorus-3.0.0.RC2-javadoc.jar
chorus-3.0.0.RC2-sources.jar
chorus-3.0.0.RC2.jar
chorus-3.0.0.RC2.pom



Related Tutorials