Download gcontracts-core-1.2.10.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.10 in this page.

License

BSD License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials