is not current version
Last Version 9000.dev

org.jruby:jruby-parent 1.7.27

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

1.7.27
Type

Type

pom

Download jruby-parent 1.7.27

Filename Size
jruby-parent-1.7.27.pom 23 KB
Browse

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