o

okhttp

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