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