o

okhttp

This bundle exports com.squareup.okhttp
http://wso2.org
Files download
File Operation
okhttp-4.2.0.wso2v1.jar download
okhttp-4.2.0.wso2v1.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.orbit.com.squareup.okhttp</groupId>
  <artifactId>okhttp</artifactId>
  <version>4.2.0.wso2v1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.orbit.com.squareup.okhttp:okhttp:4.2.0.wso2v1'
Gradle Kotlin
implementation("org.wso2.orbit.com.squareup.okhttp:okhttp:4.2.0.wso2v1")
Scala SBT
libraryDependencies += "org.wso2.orbit.com.squareup.okhttp" % "okhttp" % "4.2.0.wso2v1"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.orbit.com.squareup.okhttp', module='okhttp', version='4.2.0.wso2v1')
)
Apache Ivy
<dependency org="org.wso2.orbit.com.squareup.okhttp" name="okhttp" rev="4.2.0.wso2v1" />
Leiningen
[org.wso2.orbit.com.squareup.okhttp/okhttp "4.2.0.wso2v1"]
Apache Buildr
'org.wso2.orbit.com.squareup.okhttp:okhttp:jar:4.2.0.wso2v1'