License |
License |
---|---|
GroupId | GroupIdorg.codehaus.httpcache4j |
ArtifactId | ArtifactIdhttpcache4j-dist |
Last Version | Last Version2.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava HTTP cache :: Distribution
HttpCache4j is a library for caching HTTP requests from a client.
|
Filename | Size |
---|---|
httpcache4j-dist-2.2.pom | |
httpcache4j-dist-2.2.zip | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-dist/ -->
<dependency>
<groupId>org.codehaus.httpcache4j</groupId>
<artifactId>httpcache4j-dist</artifactId>
<version>2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-dist/
implementation 'org.codehaus.httpcache4j:httpcache4j-dist:2.2'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-dist/
implementation ("org.codehaus.httpcache4j:httpcache4j-dist:2.2")
'org.codehaus.httpcache4j:httpcache4j-dist:pom:2.2'
<dependency org="org.codehaus.httpcache4j" name="httpcache4j-dist" rev="2.2">
<artifact name="httpcache4j-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j', module='httpcache4j-dist', version='2.2')
)
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-dist" % "2.2"
[org.codehaus.httpcache4j/httpcache4j-dist "2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.httpcache4j : httpcache4j-core | jar | 2.2 |
org.codehaus.httpcache4j.resolvers : resolvers-commons-httpclient | jar | 2.2 |
org.codehaus.httpcache4j.resolvers : resolvers-net-urlconnection | jar | 2.2 |
commons-lang : commons-lang | jar | 2.4 |
joda-time : joda-time | jar | 1.5.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |