Download gcontracts-core-1.2.12.jar file - Jar g

Jar examples for g:gcontracts-core

Description

GContracts provides annotations to implement interface contracts aka design by contract in Groovy classes.

You can download jar file gcontracts-core 1.2.12 in this page.

License

BSD License

Build File

You can use the following script to add gcontracts-core-1.2.12.jar to your project.

<dependency>
   <groupId>org.gcontracts</groupId>
   <artifactId>gcontracts-core</artifactId>
   <version>1.2.12</version>
</dependency>
compile group: 'org.gcontracts', name: 'gcontracts-core', version: '1.2.12'
libraryDependencies += "org.gcontracts" % "gcontracts-core" % "1.2.12"
<dependency org="org.gcontracts" name="gcontracts-core" rev="1.2.12"/>
@Grapes(@Grab(group='org.gcontracts', module='gcontracts-core', version='1.2.12'))
'org.gcontracts:gcontracts-core:jar:1.2.12'

Download

Click the following link to download the jar file.

gcontracts-core-1.2.12-javadoc.jar
gcontracts-core-1.2.12-sources.jar
gcontracts-core-1.2.12.jar
gcontracts-core-1.2.12.pom



Related Tutorials