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