Download jgiven-junit-0.14.0-RC3.jar file - Jar j

Jar examples for j:jgiven-junit

Description

Module for writing JGiven tests with JUnit

You can download jar file jgiven-junit 0.14.0-RC3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jgiven-junit-0.14.0-RC3.jar to your project.

<dependency>
   <groupId>com.tngtech.jgiven</groupId>
   <artifactId>jgiven-junit</artifactId>
   <version>0.14.0-RC3</version>
</dependency>
compile group: 'com.tngtech.jgiven', name: 'jgiven-junit', version: '0.14.0-RC3'
libraryDependencies += "com.tngtech.jgiven" % "jgiven-junit" % "0.14.0-RC3"
<dependency org="com.tngtech.jgiven" name="jgiven-junit" rev="0.14.0-RC3"/>
@Grapes(@Grab(group='com.tngtech.jgiven', module='jgiven-junit', version='0.14.0-RC3'))
'com.tngtech.jgiven:jgiven-junit:jar:0.14.0-RC3'

Download

Click the following link to download the jar file.

jgiven-junit-0.14.0-RC3-javadoc.jar
jgiven-junit-0.14.0-RC3-sources.jar
jgiven-junit-0.14.0-RC3.jar
jgiven-junit-0.14.0-RC3.pom



Related Tutorials