Download test.check-0.9.0.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.9.0 in this page.

License

Eclipse Public License 1.0

Build File

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

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

Download

Click the following link to download the jar file.

test.check-0.9.0-sources.jar
test.check-0.9.0.jar
test.check-0.9.0.pom



Related Tutorials