не последняя версия
Последняя версия 3.0.0.M1

org.grails:grails-aether 2.4.0.M1

Grails Web Application Framework

Категории

Категории

Grails Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.grails
Идентификатор

Идентификатор

grails-aether
Версия

Версия

2.4.0.M1
Тип

Тип

jar

Скачать grails-aether 2.4.0.M1


<!-- https://jarcasting.com/artifacts/org.grails/grails-aether/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-aether</artifactId>
    <version>2.4.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-aether/
implementation 'org.grails:grails-aether:2.4.0.M1'
// https://jarcasting.com/artifacts/org.grails/grails-aether/
implementation ("org.grails:grails-aether:2.4.0.M1")
'org.grails:grails-aether:jar:2.4.0.M1'
<dependency org="org.grails" name="grails-aether" rev="2.4.0.M1">
  <artifact name="grails-aether" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-aether', version='2.4.0.M1')
)
libraryDependencies += "org.grails" % "grails-aether" % "2.4.0.M1"
[org.grails/grails-aether "2.4.0.M1"]