| Категории |
КатегорииGroovy Языки программирования |
|---|---|
| Группа | Группаorg.tentackle |
| Идентификатор | Идентификаторtentackle-script-groovy |
| Версия | Версия11.3.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.tentackle/tentackle-script-groovy/ -->
<dependency>
<groupId>org.tentackle</groupId>
<artifactId>tentackle-script-groovy</artifactId>
<version>11.3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tentackle/tentackle-script-groovy/
implementation 'org.tentackle:tentackle-script-groovy:11.3.0.0'
// https://jarcasting.com/artifacts/org.tentackle/tentackle-script-groovy/
implementation ("org.tentackle:tentackle-script-groovy:11.3.0.0")
'org.tentackle:tentackle-script-groovy:jar:11.3.0.0'
<dependency org="org.tentackle" name="tentackle-script-groovy" rev="11.3.0.0">
<artifact name="tentackle-script-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tentackle', module='tentackle-script-groovy', version='11.3.0.0')
)
libraryDependencies += "org.tentackle" % "tentackle-script-groovy" % "11.3.0.0"
[org.tentackle/tentackle-script-groovy "11.3.0.0"]