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