p

parent

An HTTP+SPDY client for Android and Java applications
https://github.com/square/okhttp
Apache 2.0
文件下载
文件名 操作
parent-2.3.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp</groupId>
  <artifactId>parent</artifactId>
  <version>2.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp:parent:2.3.0'
Gradle Kotlin
implementation("com.squareup.okhttp:parent:2.3.0")
Scala SBT
libraryDependencies += "com.squareup.okhttp" % "parent" % "2.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp', module='parent', version='2.3.0')
)
Apache Ivy
<dependency org="com.squareup.okhttp" name="parent" rev="2.3.0" />
Leiningen
[com.squareup.okhttp/parent "2.3.0"]
Apache Buildr
'com.squareup.okhttp:parent:jar:2.3.0'