MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.hadoop-client

Maven & Gradle

Jul 24, 2023

Apache ServiceMix :: Bundles :: hadoop-client · This OSGi bundle wraps 3.3.6 jar files.

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.hadoop-client</artifactId>
    <version>3.3.6_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.3.6_1

All Versions

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

Version Vulnerabilities Updated
3.3.x
org.apache.servicemix.bundles.hadoop-client-3.3.6_1
org.apache.servicemix.bundles.hadoop-client-3.3.5_2
org.apache.servicemix.bundles.hadoop-client-3.3.5_1
org.apache.servicemix.bundles.hadoop-client-3.3.4_1
org.apache.servicemix.bundles.hadoop-client-3.3.3_1
org.apache.servicemix.bundles.hadoop-client-3.3.1_1
org.apache.servicemix.bundles.hadoop-client-3.3.0_1
3.2.x
org.apache.servicemix.bundles.hadoop-client-3.2.1_1
org.apache.servicemix.bundles.hadoop-client-3.2.0_1
3.1.x
org.apache.servicemix.bundles.hadoop-client-3.1.1_1
org.apache.servicemix.bundles.hadoop-client-3.1.0_1
3.0.x
org.apache.servicemix.bundles.hadoop-client-3.0.1_1
org.apache.servicemix.bundles.hadoop-client-3.0.0_1
2.8.x
org.apache.servicemix.bundles.hadoop-client-2.8.1_1
2.7.x
org.apache.servicemix.bundles.hadoop-client-2.7.7_1
org.apache.servicemix.bundles.hadoop-client-2.7.3_1
org.apache.servicemix.bundles.hadoop-client-2.7.2_1
org.apache.servicemix.bundles.hadoop-client-2.7.1_1
org.apache.servicemix.bundles.hadoop-client-2.7.0_1
2.6.x
org.apache.servicemix.bundles.hadoop-client-2.6.0_1
2.5.x
org.apache.servicemix.bundles.hadoop-client-2.5.1_1
org.apache.servicemix.bundles.hadoop-client-2.5.0_1
2.4.x
org.apache.servicemix.bundles.hadoop-client-2.4.1_1
org.apache.servicemix.bundles.hadoop-client-2.4.0_1
2.3.x
org.apache.servicemix.bundles.hadoop-client-2.3.0_2
org.apache.servicemix.bundles.hadoop-client-2.3.0_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.hadoop-client 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.hadoop-client</artifactId>
    <version>3.3.6_1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.hadoop-client:3.3.6_1'

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

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.hadoop-client:3.3.6_1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.hadoop-client" % "3.3.6_1"