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