MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.azure-storage-common

Maven & Gradle

Jan 30, 2023

Apache ServiceMix :: Bundles :: azure-storage-common · This OSGi bundle wraps azure-storage-common 12.19.2 jar file.

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.azure-storage-common</artifactId>
    <version>12.19.2_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 12.19.2_1

All Versions

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

Version Vulnerabilities Updated
12.19.x
org.apache.servicemix.bundles.azure-storage-common-12.19.2_1
org.apache.servicemix.bundles.azure-storage-common-12.19.1_1
org.apache.servicemix.bundles.azure-storage-common-12.19.0_1
12.18.x
org.apache.servicemix.bundles.azure-storage-common-12.18.0_1
12.17.x
org.apache.servicemix.bundles.azure-storage-common-12.17.0_1
12.15.x
org.apache.servicemix.bundles.azure-storage-common-12.15.1_1
12.12.x
org.apache.servicemix.bundles.azure-storage-common-12.12.0_1
12.11.x
org.apache.servicemix.bundles.azure-storage-common-12.11.1_1
org.apache.servicemix.bundles.azure-storage-common-12.11.0_1
12.10.x
org.apache.servicemix.bundles.azure-storage-common-12.10.0_1
12.9.x
org.apache.servicemix.bundles.azure-storage-common-12.9.0_1
12.8.x
org.apache.servicemix.bundles.azure-storage-common-12.8.0_2
org.apache.servicemix.bundles.azure-storage-common-12.8.0_1
12.7.x
org.apache.servicemix.bundles.azure-storage-common-12.7.0_1
12.6.x
org.apache.servicemix.bundles.azure-storage-common-12.6.1_1
org.apache.servicemix.bundles.azure-storage-common-12.6.0_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.azure-storage-common 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.azure-storage-common</artifactId>
    <version>12.19.2_1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.azure-storage-common gradle dependency to your build.gradle file:

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.azure-storage-common:12.19.2_1'

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

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.azure-storage-common:12.19.2_1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.azure-storage-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.azure-storage-common" % "12.19.2_1"