MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.jruby

Maven & Gradle

Jul 24, 2023
3 usages

Apache ServiceMix :: Bundles :: jruby · This OSGi bundle wraps jruby 9.4.3.0 jar file.

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.jruby</artifactId>
    <version>9.4.3.0_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.jruby to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.4.3.0_1

All Versions

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.jruby to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.4.x
org.apache.servicemix.bundles.jruby-9.4.3.0_1
org.apache.servicemix.bundles.jruby-9.4.2.0_1
org.apache.servicemix.bundles.jruby-9.4.0.0_1
9.3.x
org.apache.servicemix.bundles.jruby-9.3.9.0_1
org.apache.servicemix.bundles.jruby-9.3.8.0_1
org.apache.servicemix.bundles.jruby-9.3.7.0_1
org.apache.servicemix.bundles.jruby-9.3.6.0_1
org.apache.servicemix.bundles.jruby-9.3.4.0_1
org.apache.servicemix.bundles.jruby-9.3.3.0_1
org.apache.servicemix.bundles.jruby-9.3.2.0_1
org.apache.servicemix.bundles.jruby-9.3.1.0_1
org.apache.servicemix.bundles.jruby-9.3.0.0_1
9.2.x
org.apache.servicemix.bundles.jruby-9.2.19.0_1
org.apache.servicemix.bundles.jruby-9.2.17.0_1
org.apache.servicemix.bundles.jruby-9.2.16.0_1
org.apache.servicemix.bundles.jruby-9.2.14.0_1
org.apache.servicemix.bundles.jruby-9.2.13.0_1
org.apache.servicemix.bundles.jruby-9.2.12.0_1
org.apache.servicemix.bundles.jruby-9.2.11.1_1
org.apache.servicemix.bundles.jruby-9.2.11.0_1
org.apache.servicemix.bundles.jruby-9.2.9.0_1
org.apache.servicemix.bundles.jruby-9.2.8.0_1
org.apache.servicemix.bundles.jruby-9.2.7.0_1
org.apache.servicemix.bundles.jruby-9.2.6.0_1
org.apache.servicemix.bundles.jruby-9.2.5.0_1
org.apache.servicemix.bundles.jruby-9.2.4.1_1
org.apache.servicemix.bundles.jruby-9.2.0.0_1
9.1.x
org.apache.servicemix.bundles.jruby-9.1.16.0_1
org.apache.servicemix.bundles.jruby-9.1.15.0_1
org.apache.servicemix.bundles.jruby-9.1.14.0_1
org.apache.servicemix.bundles.jruby-9.1.13.0_1
org.apache.servicemix.bundles.jruby-9.1.12.0_1
1.5.x
org.apache.servicemix.bundles.jruby-1.5.6_1
org.apache.servicemix.bundles.jruby-1.5.2_1
1.4.x
org.apache.servicemix.bundles.jruby-1.4.0_2
org.apache.servicemix.bundles.jruby-1.4.0_1
1.1.x
org.apache.servicemix.bundles.jruby-1.1.2_4
org.apache.servicemix.bundles.jruby-1.1.2_3
org.apache.servicemix.bundles.jruby-1.1.2_2
org.apache.servicemix.bundles.jruby-1.1.2_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.jruby maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.jruby</artifactId>
    <version>9.4.3.0_1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.jruby gradle dependency to your build.gradle file:

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.jruby:9.4.3.0_1'

Gradle Kotlin DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.jruby gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.jruby:9.4.3.0_1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.jruby sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.jruby" % "9.4.3.0_1"