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