t

tentackle-script-ruby

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