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