License |
License |
---|---|
GroupId | GroupIdio.github.rburgst |
ArtifactId | ArtifactIdokhttp-digest |
Last Version | Last Version2.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionokhttp-digest
A digest authenticator for okhttp.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
okhttp-digest-2.7.pom | |
okhttp-digest-2.7.jar | 38 KB |
okhttp-digest-2.7-sources.jar | 30 KB |
okhttp-digest-2.7-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.rburgst/okhttp-digest/ -->
<dependency>
<groupId>io.github.rburgst</groupId>
<artifactId>okhttp-digest</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.rburgst/okhttp-digest/
implementation 'io.github.rburgst:okhttp-digest:2.7'
// https://jarcasting.com/artifacts/io.github.rburgst/okhttp-digest/
implementation ("io.github.rburgst:okhttp-digest:2.7")
'io.github.rburgst:okhttp-digest:jar:2.7'
<dependency org="io.github.rburgst" name="okhttp-digest" rev="2.7">
<artifact name="okhttp-digest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.rburgst', module='okhttp-digest', version='2.7')
)
libraryDependencies += "io.github.rburgst" % "okhttp-digest" % "2.7"
[io.github.rburgst/okhttp-digest "2.7"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 4.9.3 |