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