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