<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.jruby</artifactId>
<version>9.2.5.0_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.jruby:9.2.5.0_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.jruby:9.2.5.0_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.jruby" % "9.2.5.0_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.jruby', version='9.2.5.0_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.jruby" rev="9.2.5.0_1" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>13</version> </parent>
compile
|-- org.jruby:jruby-core:9.2.5.0
|-- com.github.jnr:jnr-netdb:1.1.6
|-- com.github.jnr:jnr-enxio:0.19
|-- com.github.jnr:jnr-unixsocket:0.20
|-- com.github.jnr:jnr-posix:3.0.47
|-- com.github.jnr:jnr-constants:0.9.12
|-- com.github.jnr:jffi:1.2.18
|-- com.github.jnr:jffi:1.2.18
|-- org.jruby.joni:joni:2.1.25
|-- org.jruby.jcodings:jcodings:1.0.41
|-- com.headius:invokebinder:1.11