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