MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.okhttp

Maven & Gradle

Jan 04, 2023
5 usages

Apache ServiceMix :: Bundles :: okhttp · This OSGi bundle wraps okhttp 4.10.0 jar file.

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.okhttp</artifactId>
    <version>4.10.0_3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.10.0_3

All Versions

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

Version Vulnerabilities Updated
4.10.x
org.apache.servicemix.bundles.okhttp-4.10.0_3
org.apache.servicemix.bundles.okhttp-4.10.0_2
org.apache.servicemix.bundles.okhttp-4.10.0_1
4.9.x
org.apache.servicemix.bundles.okhttp-4.9.3_1
org.apache.servicemix.bundles.okhttp-4.9.0_1
4.8.x
org.apache.servicemix.bundles.okhttp-4.8.1_1
org.apache.servicemix.bundles.okhttp-4.8.0_1
4.7.x
org.apache.servicemix.bundles.okhttp-4.7.2_1
4.5.x
org.apache.servicemix.bundles.okhttp-4.5.0_1
4.4.x
org.apache.servicemix.bundles.okhttp-4.4.1_1
4.3.x
org.apache.servicemix.bundles.okhttp-4.3.1_1
4.2.x
org.apache.servicemix.bundles.okhttp-4.2.2_1
org.apache.servicemix.bundles.okhttp-4.2.0_1
4.1.x
org.apache.servicemix.bundles.okhttp-4.1.0_1
4.0.x
org.apache.servicemix.bundles.okhttp-4.0.1_1
3.14.x
org.apache.servicemix.bundles.okhttp-3.14.9_1
org.apache.servicemix.bundles.okhttp-3.14.1_2
org.apache.servicemix.bundles.okhttp-3.14.1_1
org.apache.servicemix.bundles.okhttp-3.14.0_1
3.13.x
org.apache.servicemix.bundles.okhttp-3.13.1_1
3.12.x
org.apache.servicemix.bundles.okhttp-3.12.1_1
org.apache.servicemix.bundles.okhttp-3.12.0_1
3.11.x
org.apache.servicemix.bundles.okhttp-3.11.0_1
3.10.x
org.apache.servicemix.bundles.okhttp-3.10.0_2
org.apache.servicemix.bundles.okhttp-3.10.0_1
3.9.x
org.apache.servicemix.bundles.okhttp-3.9.1_2
org.apache.servicemix.bundles.okhttp-3.9.1_1
org.apache.servicemix.bundles.okhttp-3.9.0_1
3.8.x
org.apache.servicemix.bundles.okhttp-3.8.1_1
org.apache.servicemix.bundles.okhttp-3.8.0_1
3.7.x
org.apache.servicemix.bundles.okhttp-3.7.0_1
3.6.x
org.apache.servicemix.bundles.okhttp-3.6.0_1
3.5.x
org.apache.servicemix.bundles.okhttp-3.5.0_1
3.4.x
org.apache.servicemix.bundles.okhttp-3.4.2_1
org.apache.servicemix.bundles.okhttp-3.4.1_1
3.3.x
org.apache.servicemix.bundles.okhttp-3.3.1_1
org.apache.servicemix.bundles.okhttp-3.3.0_1
3.2.x
org.apache.servicemix.bundles.okhttp-3.2.0_1
2.7.x
org.apache.servicemix.bundles.okhttp-2.7.5_1
2.2.x
org.apache.servicemix.bundles.okhttp-2.2.0_2
org.apache.servicemix.bundles.okhttp-2.2.0_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.okhttp 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.okhttp</artifactId>
    <version>4.10.0_3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.okhttp:4.10.0_3'

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

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.okhttp:4.10.0_3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.okhttp" % "4.10.0_3"

Advertisement