Download junit-quickcheck-generators-0.5-alpha-3.jar file - Jar j

Jar examples for j:junit-quickcheck-generators

Description

QuickCheck-style parameter suppliers for JUnit theories: basic generators

You can download jar file junit-quickcheck-generators 0.5-alpha-3 in this page.

Build File

You can use the following script to add junit-quickcheck-generators-0.5-alpha-3.jar to your project.

<dependency>
   <groupId>com.pholser</groupId>
   <artifactId>junit-quickcheck-generators</artifactId>
   <version>0.5-alpha-3</version>
</dependency>
compile group: 'com.pholser', name: 'junit-quickcheck-generators', version: '0.5-alpha-3'
libraryDependencies += "com.pholser" % "junit-quickcheck-generators" % "0.5-alpha-3"
<dependency org="com.pholser" name="junit-quickcheck-generators" rev="0.5-alpha-3"/>
@Grapes(@Grab(group='com.pholser', module='junit-quickcheck-generators', version='0.5-alpha-3'))
'com.pholser:junit-quickcheck-generators:jar:0.5-alpha-3'

Download

Click the following link to download the jar file.

junit-quickcheck-generators-0.5-alpha-3.jar
junit-quickcheck-generators-0.5-alpha-3-javadoc.jar
junit-quickcheck-generators-0.5-alpha-3.pom
junit-quickcheck-generators-0.5-alpha-3-sources.jar
junit-quickcheck-generators-0.5-alpha-3-tests.jar



Related Tutorials