Categories |
CategoriesGrails User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.gcontracts |
ArtifactId | ArtifactIdgcontracts-grails |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
gcontracts-grails-1.2.3.pom | |
gcontracts-grails-1.2.3.jar | 3 KB |
gcontracts-grails-1.2.3-sources.jar | 3 KB |
gcontracts-grails-1.2.3-javadoc.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gcontracts/gcontracts-grails/ -->
<dependency>
<groupId>org.gcontracts</groupId>
<artifactId>gcontracts-grails</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.gcontracts/gcontracts-grails/
implementation 'org.gcontracts:gcontracts-grails:1.2.3'
// https://jarcasting.com/artifacts/org.gcontracts/gcontracts-grails/
implementation ("org.gcontracts:gcontracts-grails:1.2.3")
'org.gcontracts:gcontracts-grails:jar:1.2.3'
<dependency org="org.gcontracts" name="gcontracts-grails" rev="1.2.3">
<artifact name="gcontracts-grails" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gcontracts', module='gcontracts-grails', version='1.2.3')
)
libraryDependencies += "org.gcontracts" % "gcontracts-grails" % "1.2.3"
[org.gcontracts/gcontracts-grails "1.2.3"]