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