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