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