License |
License |
---|---|
GroupId | GroupIdorg.codehaus.httpcache4j |
ArtifactId | ArtifactIdhttpcache4j-spring |
Last Version | Last Version4.0-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava HTTP cache :: Spring
HttpCache4j is a library for caching HTTP requests from a client.
|
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-spring/ -->
<dependency>
<groupId>org.codehaus.httpcache4j</groupId>
<artifactId>httpcache4j-spring</artifactId>
<version>4.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-spring/
implementation 'org.codehaus.httpcache4j:httpcache4j-spring:4.0-RC1'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-spring/
implementation ("org.codehaus.httpcache4j:httpcache4j-spring:4.0-RC1")
'org.codehaus.httpcache4j:httpcache4j-spring:jar:4.0-RC1'
<dependency org="org.codehaus.httpcache4j" name="httpcache4j-spring" rev="4.0-RC1">
<artifact name="httpcache4j-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j', module='httpcache4j-spring', version='4.0-RC1')
)
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-spring" % "4.0-RC1"
[org.codehaus.httpcache4j/httpcache4j-spring "4.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.httpcache4j : httpcache4j-api | jar | 4.0-RC1 |
org.codehaus.httpcache4j : httpcache4j-core | jar | 4.0-RC1 |
org.springframework : spring-web | jar | 3.1.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |