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