MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.commons-jexl

Maven & Gradle

Apr 14, 2011
11 usages

This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.commons-jexl</artifactId>
    <version>1.1_5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1_5

All Versions

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

Version Vulnerabilities Updated
1.1_5
org.apache.servicemix.bundles.commons-jexl-1.1_5
1.1_4
org.apache.servicemix.bundles.commons-jexl-1.1_4
1.1_3
org.apache.servicemix.bundles.commons-jexl-1.1_3
1.1_1
org.apache.servicemix.bundles.commons-jexl-1.1_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.commons-jexl 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.commons-jexl</artifactId>
    <version>1.1_5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-jexl:1.1_5'

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

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-jexl:1.1_5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.commons-jexl" % "1.1_5"