j

jruby-parent

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