MVN

io.apimatic : okhttp-client-adapter

Maven & Gradle

May 15, 2023
0 stars

okhttp-client-adapter · An adapter for okhttp-client library consumed by the SDKs generated with APIMatic.

<dependency>
    <groupId>io.apimatic</groupId>
    <artifactId>okhttp-client-adapter</artifactId>
    <version>0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.apimatic : okhttp-client-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.6

All Versions

Choose a version of io.apimatic : okhttp-client-adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
okhttp-client-adapter-0.1.6
okhttp-client-adapter-0.1.5
okhttp-client-adapter-0.1.4
okhttp-client-adapter-0.1.3
okhttp-client-adapter-0.1.2
okhttp-client-adapter-0.1.1
okhttp-client-adapter-0.1.0

How to add a dependency to Maven

Add the following io.apimatic : okhttp-client-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.apimatic</groupId>
    <artifactId>okhttp-client-adapter</artifactId>
    <version>0.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.apimatic : okhttp-client-adapter gradle dependency to your build.gradle file:

implementation 'io.apimatic:okhttp-client-adapter:0.1.6'

Gradle Kotlin DSL: Add the following io.apimatic : okhttp-client-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.apimatic:okhttp-client-adapter:0.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.apimatic : okhttp-client-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.apimatic" % "okhttp-client-adapter" % "0.1.6"