j

jruby-parent

JRuby is the effort to recreate the Ruby (https://www.ruby-lang.org) interpreter in Java.
https://github.com/jruby/jruby
GPL-2.0 LGPL-2.1 EPL-2.0
JRuby
headius enebo wmeissner BanzaiMan mkristian
Files download
File Operation
jruby-parent-9.2.14.0.pom download
Apache Maven
<dependency>
  <groupId>org.jruby</groupId>
  <artifactId>jruby-parent</artifactId>
  <version>9.2.14.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jruby:jruby-parent:9.2.14.0'
Gradle Kotlin
implementation("org.jruby:jruby-parent:9.2.14.0")
Scala SBT
libraryDependencies += "org.jruby" % "jruby-parent" % "9.2.14.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jruby', module='jruby-parent', version='9.2.14.0')
)
Apache Ivy
<dependency org="org.jruby" name="jruby-parent" rev="9.2.14.0" />
Leiningen
[org.jruby/jruby-parent "9.2.14.0"]
Apache Buildr
'org.jruby:jruby-parent:jar:9.2.14.0'