Download gcontracts-core-1.2.0.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.0 in this page.

License

BSD License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials