Download test.check-0.5.9.jar file - Jar t

Jar examples for t:test

Description

A QuickCheck inspired property-based testing library

You can download jar file test.check 0.5.9 in this page.

License

Eclipse Public License 1.0

Build File

You can use the following script to add test.check-0.5.9.jar to your project.

<dependency>
   <groupId>org.clojure</groupId>
   <artifactId>test.check</artifactId>
   <version>0.5.9</version>
</dependency>
compile group: 'org.clojure', name: 'test.check', version: '0.5.9'
libraryDependencies += "org.clojure" % "test.check" % "0.5.9"
<dependency org="org.clojure" name="test.check" rev="0.5.9"/>
@Grapes(@Grab(group='org.clojure', module='test.check', version='0.5.9'))
'org.clojure:test.check:jar:0.5.9'

Download

Click the following link to download the jar file.

test.check-0.5.9-sources.jar
test.check-0.5.9.jar
test.check-0.5.9.pom



Related Tutorials