| License |
License |
|---|---|
| GroupId | GroupIdio.tesla.okhttp |
| ArtifactId | ArtifactIdparent |
| Version | Version0.9.1 |
| Type | Typepom |
| Description |
DescriptionOkHttp (Parent)
An HTTP+SPDY client for Android and Java applications
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| parent-0.9.1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.tesla.okhttp/parent/ -->
<dependency>
<groupId>io.tesla.okhttp</groupId>
<artifactId>parent</artifactId>
<version>0.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.tesla.okhttp/parent/
implementation 'io.tesla.okhttp:parent:0.9.1'
// https://jarcasting.com/artifacts/io.tesla.okhttp/parent/
implementation ("io.tesla.okhttp:parent:0.9.1")
'io.tesla.okhttp:parent:pom:0.9.1'
<dependency org="io.tesla.okhttp" name="parent" rev="0.9.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.tesla.okhttp', module='parent', version='0.9.1')
)
libraryDependencies += "io.tesla.okhttp" % "parent" % "0.9.1"
[io.tesla.okhttp/parent "0.9.1"]