| Категории |
КатегорииGroovy Языки программирования |
|---|---|
| Группа | Группаio.github.rothschil |
| Идентификатор | Идентификаторgroovy-demo |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| groovy-demo-1.0.0.RELEASE.pom | |
| groovy-demo-1.0.0.RELEASE-sources.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.rothschil/groovy-demo/ -->
<dependency>
<groupId>io.github.rothschil</groupId>
<artifactId>groovy-demo</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.rothschil/groovy-demo/
implementation 'io.github.rothschil:groovy-demo:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.rothschil/groovy-demo/
implementation ("io.github.rothschil:groovy-demo:1.0.0.RELEASE")
'io.github.rothschil:groovy-demo:pom:1.0.0.RELEASE'
<dependency org="io.github.rothschil" name="groovy-demo" rev="1.0.0.RELEASE">
<artifact name="groovy-demo" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.rothschil', module='groovy-demo', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.rothschil" % "groovy-demo" % "1.0.0.RELEASE"
[io.github.rothschil/groovy-demo "1.0.0.RELEASE"]