Categories |
CategoriesGrails User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-resources |
Version | Version2.4.2 |
Type | Typejar |
Filename | Size |
---|---|
grails-resources-2.4.2.pom | |
grails-resources-2.4.2.jar | 532 KB |
grails-resources-2.4.2-sources.jar | 261 bytes |
grails-resources-2.4.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.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-resources/
implementation 'org.grails:grails-resources:2.4.2'
// https://jarcasting.com/artifacts/org.grails/grails-resources/
implementation ("org.grails:grails-resources:2.4.2")
'org.grails:grails-resources:jar:2.4.2'
<dependency org="org.grails" name="grails-resources" rev="2.4.2">
<artifact name="grails-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-resources', version='2.4.2')
)
libraryDependencies += "org.grails" % "grails-resources" % "2.4.2"
[org.grails/grails-resources "2.4.2"]