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