is not current version
Last Version 1.7.4

org.jruby:shared 1.7.1

A 1.9.3 compatible Ruby interpreter for the JVM

Categories

Categories

Ruby Languages
GroupId

GroupId

org.jruby
ArtifactId

ArtifactId

shared
Version

Version

1.7.1
Type

Type

pom

Download shared 1.7.1

Filename Size
shared-1.7.1.pom 6 KB
Browse

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