a

airframe-http-okhttp_2.13

REST API binding for OkHttp
https://wvlet.org/airframe
Apache-2.0
org.wvlet.airframe
Taro L. Saito
Files download
File Operation
airframe-http-okhttp_2.13-24.4.3.jar download
airframe-http-okhttp_2.13-24.4.3.pom download
airframe-http-okhttp_2.13-24.4.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wvlet.airframe</groupId>
  <artifactId>airframe-http-okhttp_2.13</artifactId>
  <version>24.4.3</version>
</dependency>
Gradle Groovy
implementation 'org.wvlet.airframe:airframe-http-okhttp_2.13:24.4.3'
Gradle Kotlin
implementation("org.wvlet.airframe:airframe-http-okhttp_2.13:24.4.3")
Scala SBT
libraryDependencies += "org.wvlet.airframe" % "airframe-http-okhttp_2.13" % "24.4.3"
Groovy Grape
@Grapes(
  @Grab(group='org.wvlet.airframe', module='airframe-http-okhttp_2.13', version='24.4.3')
)
Apache Ivy
<dependency org="org.wvlet.airframe" name="airframe-http-okhttp_2.13" rev="24.4.3" />
Leiningen
[org.wvlet.airframe/airframe-http-okhttp_2.13 "24.4.3"]
Apache Buildr
'org.wvlet.airframe:airframe-http-okhttp_2.13:jar:24.4.3'