MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.azure-core-http-netty

Maven & Gradle

Jan 30, 2023

Apache ServiceMix :: Bundles :: azure-core-http-netty · This OSGi bundle wraps azure-core-http-netty 1.12.8 jar file.

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.azure-core-http-netty</artifactId>
    <version>1.12.8_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.azure-core-http-netty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.8_1

All Versions

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.azure-core-http-netty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12.x
org.apache.servicemix.bundles.azure-core-http-netty-1.12.8_1
org.apache.servicemix.bundles.azure-core-http-netty-1.12.7_2
org.apache.servicemix.bundles.azure-core-http-netty-1.12.6_1
org.apache.servicemix.bundles.azure-core-http-netty-1.12.5_1
org.apache.servicemix.bundles.azure-core-http-netty-1.12.4_1
org.apache.servicemix.bundles.azure-core-http-netty-1.12.3_1
org.apache.servicemix.bundles.azure-core-http-netty-1.12.2_1
org.apache.servicemix.bundles.azure-core-http-netty-1.12.0_1
1.11.x
org.apache.servicemix.bundles.azure-core-http-netty-1.11.9_1
org.apache.servicemix.bundles.azure-core-http-netty-1.11.8_1
1.10.x
org.apache.servicemix.bundles.azure-core-http-netty-1.10.0_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.azure-core-http-netty 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-core-http-netty</artifactId>
    <version>1.12.8_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-core-http-netty gradle dependency to your build.gradle file:

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.azure-core-http-netty:1.12.8_1'

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

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.azure-core-http-netty:1.12.8_1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.azure-core-http-netty" % "1.12.8_1"