Jar examples for g:gcontracts-core
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.
BSD License
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'
Click the following link to download the jar file.
gcontracts-core-1.2.11-javadoc.jar