is not current version
Last Version 1.2.12

org.gcontracts:gcontracts-grails 1.2.9

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

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.gcontracts
ArtifactId

ArtifactId

gcontracts-grails
Version

Version

1.2.9
Type

Type

jar

Download gcontracts-grails 1.2.9


<!-- https://jarcasting.com/artifacts/org.gcontracts/gcontracts-grails/ -->
<dependency>
    <groupId>org.gcontracts</groupId>
    <artifactId>gcontracts-grails</artifactId>
    <version>1.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.gcontracts/gcontracts-grails/
implementation 'org.gcontracts:gcontracts-grails:1.2.9'
// https://jarcasting.com/artifacts/org.gcontracts/gcontracts-grails/
implementation ("org.gcontracts:gcontracts-grails:1.2.9")
'org.gcontracts:gcontracts-grails:jar:1.2.9'
<dependency org="org.gcontracts" name="gcontracts-grails" rev="1.2.9">
  <artifact name="gcontracts-grails" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gcontracts', module='gcontracts-grails', version='1.2.9')
)
libraryDependencies += "org.gcontracts" % "gcontracts-grails" % "1.2.9"
[org.gcontracts/gcontracts-grails "1.2.9"]