is not current version
Last Version 1.7.4

org.jruby:shared 1.6.2

A 1.8.7 compatible Ruby interpreter written in 100% pure Java

Categories

Categories

Ruby Languages
GroupId

GroupId

org.jruby
ArtifactId

ArtifactId

shared
Version

Version

1.6.2
Type

Type

pom

Download shared 1.6.2

Filename Size
shared-1.6.2.pom 6 KB
Browse

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