GroupId | GroupIdorg.codehaus.httpcache4j.storage |
---|---|
ArtifactId | ArtifactIdstorage-jdbc |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
storage-jdbc-3.0.pom | |
storage-jdbc-3.0.jar | 12 KB |
storage-jdbc-3.0-tests.jar | 2 KB |
storage-jdbc-3.0-sources.jar | 6 KB |
storage-jdbc-3.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-jdbc/ -->
<dependency>
<groupId>org.codehaus.httpcache4j.storage</groupId>
<artifactId>storage-jdbc</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-jdbc/
implementation 'org.codehaus.httpcache4j.storage:storage-jdbc:3.0'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-jdbc/
implementation ("org.codehaus.httpcache4j.storage:storage-jdbc:3.0")
'org.codehaus.httpcache4j.storage:storage-jdbc:jar:3.0'
<dependency org="org.codehaus.httpcache4j.storage" name="storage-jdbc" rev="3.0">
<artifact name="storage-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.storage', module='storage-jdbc', version='3.0')
)
libraryDependencies += "org.codehaus.httpcache4j.storage" % "storage-jdbc" % "3.0"
[org.codehaus.httpcache4j.storage/storage-jdbc "3.0"]