p

parent

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