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