License |
License |
---|---|
GroupId | GroupIdorg.codehaus.httpcache4j.resolvers |
ArtifactId | ArtifactIdresolvers-okhttp |
Last Version | Last Version5.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava HTTP cache :: Resolvers :: OKHttp
Responseresolver using OKHttp
|
Filename | Size |
---|---|
resolvers-okhttp-5.1.1.pom | |
resolvers-okhttp-5.1.1.jar | 9 KB |
resolvers-okhttp-5.1.1-tests.jar | 2 KB |
resolvers-okhttp-5.1.1-sources.jar | 2 KB |
resolvers-okhttp-5.1.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j.resolvers/resolvers-okhttp/ -->
<dependency>
<groupId>org.codehaus.httpcache4j.resolvers</groupId>
<artifactId>resolvers-okhttp</artifactId>
<version>5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.resolvers/resolvers-okhttp/
implementation 'org.codehaus.httpcache4j.resolvers:resolvers-okhttp:5.1.1'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.resolvers/resolvers-okhttp/
implementation ("org.codehaus.httpcache4j.resolvers:resolvers-okhttp:5.1.1")
'org.codehaus.httpcache4j.resolvers:resolvers-okhttp:jar:5.1.1'
<dependency org="org.codehaus.httpcache4j.resolvers" name="resolvers-okhttp" rev="5.1.1">
<artifact name="resolvers-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.resolvers', module='resolvers-okhttp', version='5.1.1')
)
libraryDependencies += "org.codehaus.httpcache4j.resolvers" % "resolvers-okhttp" % "5.1.1"
[org.codehaus.httpcache4j.resolvers/resolvers-okhttp "5.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 3.7.0 |
org.codehaus.httpcache4j : httpcache4j-api | jar | 5.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.7.22 |
junit : junit | jar | 4.12 |