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