<dependency> <groupId>org.jruby</groupId> <artifactId>shared</artifactId> <version>1.0RC3</version> <type>pom</type> </dependency>
implementation 'org.jruby:shared:1.0RC3'
implementation("org.jruby:shared:1.0RC3")
libraryDependencies += "org.jruby" % "shared" % "1.0RC3"
@Grapes( @Grab(group='org.jruby', module='shared', version='1.0RC3') )
<dependency org="org.jruby" name="shared" rev="1.0RC3" />
[org.jruby/shared "1.0RC3"]
'org.jruby:shared:jar:1.0RC3'
provided
|-- bsf:bsf:2.3.0
|-- ant:ant:1.5
test
|-- junit:junit:3.8.1