MVN

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

Maven & Gradle

Aug 29, 2013
28 usages

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

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.commons-beanutils</artifactId>
    <version>1.8.3_2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.8.3_2

All Versions

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

Version Vulnerabilities Updated
1.8.x
org.apache.servicemix.bundles.commons-beanutils-1.8.3_2
org.apache.servicemix.bundles.commons-beanutils-1.8.2_4
org.apache.servicemix.bundles.commons-beanutils-1.8.3_1
org.apache.servicemix.bundles.commons-beanutils-1.8.2_3
org.apache.servicemix.bundles.commons-beanutils-1.8.2_2
org.apache.servicemix.bundles.commons-beanutils-1.8.2_1
1.7.x
org.apache.servicemix.bundles.commons-beanutils-1.7.0_6
org.apache.servicemix.bundles.commons-beanutils-1.7.0_5
org.apache.servicemix.bundles.commons-beanutils-1.7.0_4
org.apache.servicemix.bundles.commons-beanutils-1.7.0_3
org.apache.servicemix.bundles.commons-beanutils-1.7.0_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.commons-beanutils 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-beanutils</artifactId>
    <version>1.8.3_2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-beanutils:1.8.3_2'

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

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-beanutils:1.8.3_2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.commons-beanutils" % "1.8.3_2"