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