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