is not current version
Last Version 4.0-RC2

org.codehaus.httpcache4j.storage:storage-derby 2.1.1

Storage using Apache Derby, note that this module requires Java 6

GroupId

GroupId

org.codehaus.httpcache4j.storage
ArtifactId

ArtifactId

storage-derby
Version

Version

2.1.1
Type

Type

jar

Download storage-derby 2.1.1


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