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