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