Categories |
CategoriesGrails User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails |
Version | Version1.2.2 |
Type | Typepom |
Filename | Size |
---|---|
grails-1.2.2.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.grails/grails/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails/
implementation 'org.grails:grails:1.2.2'
// https://jarcasting.com/artifacts/org.grails/grails/
implementation ("org.grails:grails:1.2.2")
'org.grails:grails:pom:1.2.2'
<dependency org="org.grails" name="grails" rev="1.2.2">
<artifact name="grails" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails', version='1.2.2')
)
libraryDependencies += "org.grails" % "grails" % "1.2.2"
[org.grails/grails "1.2.2"]