| License |
License |
|---|---|
| GroupId | GroupIdorg.codehaus.httpcache4j |
| ArtifactId | ArtifactIdhttpcache4j-api |
| Version | Version5.1.1 |
| Type | Typejar |
| Description |
DescriptionJava HTTP cache :: API
HttpCache4j is a library for caching HTTP requests from a client.
|
| Filename | Size |
|---|---|
| httpcache4j-api-5.1.1.pom | |
| httpcache4j-api-5.1.1.jar | 157 KB |
| httpcache4j-api-5.1.1-tests.jar | 40 KB |
| httpcache4j-api-5.1.1-sources.jar | 112 KB |
| httpcache4j-api-5.1.1-javadoc.jar | 582 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-api/ -->
<dependency>
<groupId>org.codehaus.httpcache4j</groupId>
<artifactId>httpcache4j-api</artifactId>
<version>5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-api/
implementation 'org.codehaus.httpcache4j:httpcache4j-api:5.1.1'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-api/
implementation ("org.codehaus.httpcache4j:httpcache4j-api:5.1.1")
'org.codehaus.httpcache4j:httpcache4j-api:jar:5.1.1'
<dependency org="org.codehaus.httpcache4j" name="httpcache4j-api" rev="5.1.1">
<artifact name="httpcache4j-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j', module='httpcache4j-api', version='5.1.1')
)
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-api" % "5.1.1"
[org.codehaus.httpcache4j/httpcache4j-api "5.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.httpcache4j.uribuilder : uribuilder | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |