License |
License |
---|---|
GroupId | GroupIdorg.codehaus.httpcache4j.storage |
ArtifactId | ArtifactIdstorage-derby |
Last Version | Last Version4.0-RC2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava HTTP cache :: Storage Engines :: Derby
Storage using Apache Derby, note that this module requires Java 6
|
Filename | Size |
---|---|
storage-derby-4.0-RC2.pom | |
storage-derby-4.0-RC2.jar | 3 KB |
storage-derby-4.0-RC2-tests.jar | 4 KB |
storage-derby-4.0-RC2-sources.jar | 2 KB |
storage-derby-4.0-RC2-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-derby/ -->
<dependency>
<groupId>org.codehaus.httpcache4j.storage</groupId>
<artifactId>storage-derby</artifactId>
<version>4.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-derby/
implementation 'org.codehaus.httpcache4j.storage:storage-derby:4.0-RC2'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-derby/
implementation ("org.codehaus.httpcache4j.storage:storage-derby:4.0-RC2")
'org.codehaus.httpcache4j.storage:storage-derby:jar:4.0-RC2'
<dependency org="org.codehaus.httpcache4j.storage" name="storage-derby" rev="4.0-RC2">
<artifact name="storage-derby" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.storage', module='storage-derby', version='4.0-RC2')
)
libraryDependencies += "org.codehaus.httpcache4j.storage" % "storage-derby" % "4.0-RC2"
[org.codehaus.httpcache4j.storage/storage-derby "4.0-RC2"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.httpcache4j : httpcache4j-storage-api | jar | 4.0-RC2 |
org.codehaus.httpcache4j.storage : storage-jdbc | jar | 4.0-RC2 |
org.apache.derby : derby | jar | 10.8.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.httpcache4j : httpcache4j-storage-api | jar | 4.0-RC2 |
org.mockito : mockito-core | jar | 1.9.5 |
junit : junit | jar | 4.11 |