is not current version
Last Version 2.7.5

com.squareup.okhttp:parent 2.1.0-RC1

An HTTP+SPDY client for Android and Java applications

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.okhttp
ArtifactId

ArtifactId

parent
Version

Version

2.1.0-RC1
Type

Type

pom

Download parent 2.1.0-RC1

Filename Size
parent-2.1.0-RC1.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.squareup.okhttp/parent/ -->
<dependency>
    <groupId>com.squareup.okhttp</groupId>
    <artifactId>parent</artifactId>
    <version>2.1.0-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp/parent/
implementation 'com.squareup.okhttp:parent:2.1.0-RC1'
// https://jarcasting.com/artifacts/com.squareup.okhttp/parent/
implementation ("com.squareup.okhttp:parent:2.1.0-RC1")
'com.squareup.okhttp:parent:pom:2.1.0-RC1'
<dependency org="com.squareup.okhttp" name="parent" rev="2.1.0-RC1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp', module='parent', version='2.1.0-RC1')
)
libraryDependencies += "com.squareup.okhttp" % "parent" % "2.1.0-RC1"
[com.squareup.okhttp/parent "2.1.0-RC1"]