MVN

io.tesla.okhttp : parent

Maven & Gradle

Apr 29, 2013

OkHttp (Parent) · An HTTP+SPDY client for Android and Java applications

<dependency>
    <groupId>io.tesla.okhttp</groupId>
    <artifactId>parent</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.tesla.okhttp : parent to add to Maven - Latest Versions:

  • Latest Stable: 0.9.1

All Versions

Choose a version of io.tesla.okhttp : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
parent-0.9.1
parent-0.9.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.tesla.okhttp</groupId>
    <artifactId>parent</artifactId>
    <version>0.9.1</version>
</dependency>

Advertisement