is not current version
Last Version 5.1.1

org.codehaus.httpcache4j:httpcache4j-core 1.5


GroupId

GroupId

org.codehaus.httpcache4j
ArtifactId

ArtifactId

httpcache4j-core
Version

Version

1.5
Type

Type

jar

Download httpcache4j-core 1.5


<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-core/ -->
<dependency>
    <groupId>org.codehaus.httpcache4j</groupId>
    <artifactId>httpcache4j-core</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-core/
implementation 'org.codehaus.httpcache4j:httpcache4j-core:1.5'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-core/
implementation ("org.codehaus.httpcache4j:httpcache4j-core:1.5")
'org.codehaus.httpcache4j:httpcache4j-core:jar:1.5'
<dependency org="org.codehaus.httpcache4j" name="httpcache4j-core" rev="1.5">
  <artifact name="httpcache4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j', module='httpcache4j-core', version='1.5')
)
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-core" % "1.5"
[org.codehaus.httpcache4j/httpcache4j-core "1.5"]