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