is not current version
Last Version 1.7.4

org.jruby:shared 0.9.9

A 1.8.5 compatible Ruby interpreter written in 100% pure Java

Categories

Categories

Ruby Languages
GroupId

GroupId

org.jruby
ArtifactId

ArtifactId

shared
Version

Version

0.9.9
Type

Type

pom

Download shared 0.9.9

Filename Size
shared-0.9.9.pom 8 KB
Browse

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