<dependency> <groupId>org.jruby</groupId> <artifactId>jruby-common</artifactId> <version>1.6.5</version> <type>pom</type> </dependency>
implementation 'org.jruby:jruby-common:1.6.5'
implementation("org.jruby:jruby-common:1.6.5")
libraryDependencies += "org.jruby" % "jruby-common" % "1.6.5"
@Grapes( @Grab(group='org.jruby', module='jruby-common', version='1.6.5') )
<dependency org="org.jruby" name="jruby-common" rev="1.6.5" />
[org.jruby/jruby-common "1.6.5"]
'org.jruby:jruby-common:jar:1.6.5'
<parent> <groupId>org.jruby</groupId> <artifactId>shared</artifactId> <version>1.6.5</version> </parent>
provided
|-- asm:asm:3.3.1
|-- asm:asm-commons:3.3.1
|-- asm:asm-util:3.3.1
|-- asm:asm-analysis:3.3.1
|-- asm:asm-tree:3.3.1