is not current version
Last Version 9.3.4.0

org.jruby:jruby 1.0.3


Categories

Categories

Ruby Languages
GroupId

GroupId

org.jruby
ArtifactId

ArtifactId

jruby
Version

Version

1.0.3
Type

Type

jar

Download jruby 1.0.3


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