is not current version
Last Version 2.7.5

com.squareup.okhttp:parent 2.0.0-RC2

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.0.0-RC2
Type

Type

pom

Download parent 2.0.0-RC2

Filename Size
parent-2.0.0-RC2.pom 8 KB
Browse

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