t

tentackle-script-groovy

Tentackle Scripting with Groovy
https://tentackle.org
Files download
File Operation
tentackle-script-groovy-17.14.0.2.jar download
tentackle-script-groovy-17.14.0.2.pom download
tentackle-script-groovy-17.14.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.tentackle</groupId>
  <artifactId>tentackle-script-groovy</artifactId>
  <version>17.14.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.tentackle:tentackle-script-groovy:17.14.0.2'
Gradle Kotlin
implementation("org.tentackle:tentackle-script-groovy:17.14.0.2")
Scala SBT
libraryDependencies += "org.tentackle" % "tentackle-script-groovy" % "17.14.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.tentackle', module='tentackle-script-groovy', version='17.14.0.2')
)
Apache Ivy
<dependency org="org.tentackle" name="tentackle-script-groovy" rev="17.14.0.2" />
Leiningen
[org.tentackle/tentackle-script-groovy "17.14.0.2"]
Apache Buildr
'org.tentackle:tentackle-script-groovy:jar:17.14.0.2'