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