License |
License |
---|---|
GroupId | GroupIddk.nodes.utils |
ArtifactId | ArtifactIdokhttp |
Version | Version0.12.2 |
Type | Typeaar |
Description |
DescriptionVarious utils for OkHttp
Various utils for OkHttp
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
okhttp-0.12.2.pom | |
okhttp-0.12.2.aar | 55 KB |
okhttp-0.12.2-sources.jar | 8 KB |
okhttp-0.12.2-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.nodes.utils/okhttp/ -->
<dependency>
<groupId>dk.nodes.utils</groupId>
<artifactId>okhttp</artifactId>
<version>0.12.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dk.nodes.utils/okhttp/
implementation 'dk.nodes.utils:okhttp:0.12.2'
// https://jarcasting.com/artifacts/dk.nodes.utils/okhttp/
implementation ("dk.nodes.utils:okhttp:0.12.2")
'dk.nodes.utils:okhttp:aar:0.12.2'
<dependency org="dk.nodes.utils" name="okhttp" rev="0.12.2">
<artifact name="okhttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='dk.nodes.utils', module='okhttp', version='0.12.2')
)
libraryDependencies += "dk.nodes.utils" % "okhttp" % "0.12.2"
[dk.nodes.utils/okhttp "0.12.2"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.retrofit2 : retrofit | jar | 2.6.0 |
com.squareup.retrofit2 : converter-gson | jar | 2.6.0 |
com.squareup.okhttp3 : okhttp | jar | 4.3.1 |
com.squareup.okhttp3 : logging-interceptor | jar | 4.3.1 |
com.google.code.gson : gson | jar | 2.8.5 |
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.61 |