Download contracts-1.2.jar file - Jar c

Jar examples for c:contracts

Description

JDK interface contract test for JUnit

You can download jar file contracts 1.2 in this page.

License

ISC

Build File

You can use the following script to add contracts-1.2.jar to your project.

<dependency>
   <groupId>com.github.nwillc</groupId>
   <artifactId>contracts</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'com.github.nwillc', name: 'contracts', version: '1.2'
libraryDependencies += "com.github.nwillc" % "contracts" % "1.2"
<dependency org="com.github.nwillc" name="contracts" rev="1.2"/>
@Grapes(@Grab(group='com.github.nwillc', module='contracts', version='1.2'))
'com.github.nwillc:contracts:jar:1.2'

Download

Click the following link to download the jar file.

contracts-1.2-javadoc.jar
contracts-1.2-sources.jar
contracts-1.2.jar
contracts-1.2.pom



Related Tutorials