Download gcontracts-core-1.2.11.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.11 in this page.

License

BSD License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials