t

tentackle-script-groovy

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