is not current version
Last Version 1.3

com.integralblue:httpresponsecache 1.2

An HTTP Response Cache for java.net.URL

GroupId

GroupId

com.integralblue
ArtifactId

ArtifactId

httpresponsecache
Version

Version

1.2
Type

Type

jar

Download httpresponsecache 1.2


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