is not current version
Last Version 1.2.12

org.gcontracts:gcontracts-grails 1.2.10

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.10
Type

Type

jar

Download gcontracts-grails 1.2.10


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