p

parent

An HTTP+SPDY client for Android and Java applications
https://github.com/square/okhttp
Apache 2.0
Files download
File Operation
parent-0.9.1.pom download
Apache Maven
<dependency>
  <groupId>io.tesla.okhttp</groupId>
  <artifactId>parent</artifactId>
  <version>0.9.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.tesla.okhttp:parent:0.9.1'
Gradle Kotlin
implementation("io.tesla.okhttp:parent:0.9.1")
Scala SBT
libraryDependencies += "io.tesla.okhttp" % "parent" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='io.tesla.okhttp', module='parent', version='0.9.1')
)
Apache Ivy
<dependency org="io.tesla.okhttp" name="parent" rev="0.9.1" />
Leiningen
[io.tesla.okhttp/parent "0.9.1"]
Apache Buildr
'io.tesla.okhttp:parent:jar:0.9.1'