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