is not current version
Last Version 4.0-RC2

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

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

GroupId

GroupId

org.codehaus.httpcache4j.storage
ArtifactId

ArtifactId

storage-derby
Version

Version

2.0
Type

Type

jar

Download storage-derby 2.0


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