не последняя версия
Последняя версия 6.7

nz.net.osnz.composite:composite-groovy 3.2

This holds onto the version of Groovy that we are using in our projects. If we migrate the version of Grails, updating it in one place automatically updates every other project that uses Groovy and allows us to keep in sync with Grails.

Категории

Категории

Groovy Языки программирования Сеть
Группа

Группа

nz.net.osnz.composite
Идентификатор

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

composite-groovy
Версия

Версия

3.2
Тип

Тип

jar

Скачать composite-groovy 3.2


<!-- https://jarcasting.com/artifacts/nz.net.osnz.composite/composite-groovy/ -->
<dependency>
    <groupId>nz.net.osnz.composite</groupId>
    <artifactId>composite-groovy</artifactId>
    <version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/nz.net.osnz.composite/composite-groovy/
implementation 'nz.net.osnz.composite:composite-groovy:3.2'
// https://jarcasting.com/artifacts/nz.net.osnz.composite/composite-groovy/
implementation ("nz.net.osnz.composite:composite-groovy:3.2")
'nz.net.osnz.composite:composite-groovy:jar:3.2'
<dependency org="nz.net.osnz.composite" name="composite-groovy" rev="3.2">
  <artifact name="composite-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.net.osnz.composite', module='composite-groovy', version='3.2')
)
libraryDependencies += "nz.net.osnz.composite" % "composite-groovy" % "3.2"
[nz.net.osnz.composite/composite-groovy "3.2"]