is not current version
Last Version 9000.dev

org.jruby:jruby-parent 9.0.3.0

JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter in Java.

Categories

Categories

Ruby Languages
GroupId

GroupId

org.jruby
ArtifactId

ArtifactId

jruby-parent
Version

Version

9.0.3.0
Type

Type

pom

Download jruby-parent 9.0.3.0

Filename Size
jruby-parent-9.0.3.0.pom 25 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jruby/jruby-parent/ -->
<dependency>
    <groupId>org.jruby</groupId>
    <artifactId>jruby-parent</artifactId>
    <version>9.0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jruby/jruby-parent/
implementation 'org.jruby:jruby-parent:9.0.3.0'
// https://jarcasting.com/artifacts/org.jruby/jruby-parent/
implementation ("org.jruby:jruby-parent:9.0.3.0")
'org.jruby:jruby-parent:pom:9.0.3.0'
<dependency org="org.jruby" name="jruby-parent" rev="9.0.3.0">
  <artifact name="jruby-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jruby', module='jruby-parent', version='9.0.3.0')
)
libraryDependencies += "org.jruby" % "jruby-parent" % "9.0.3.0"
[org.jruby/jruby-parent "9.0.3.0"]