Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdorg.codehaus.httpcache4j.storage |
ArtifactId | ArtifactIdstorage-h2 |
Version | Version3.4 |
Type | Typejar |
Filename | Size |
---|---|
storage-h2-3.4.pom | |
storage-h2-3.4.jar | 3 KB |
storage-h2-3.4-tests.jar | 4 KB |
storage-h2-3.4-sources.jar | 2 KB |
storage-h2-3.4-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-h2/ -->
<dependency>
<groupId>org.codehaus.httpcache4j.storage</groupId>
<artifactId>storage-h2</artifactId>
<version>3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-h2/
implementation 'org.codehaus.httpcache4j.storage:storage-h2:3.4'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-h2/
implementation ("org.codehaus.httpcache4j.storage:storage-h2:3.4")
'org.codehaus.httpcache4j.storage:storage-h2:jar:3.4'
<dependency org="org.codehaus.httpcache4j.storage" name="storage-h2" rev="3.4">
<artifact name="storage-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.storage', module='storage-h2', version='3.4')
)
libraryDependencies += "org.codehaus.httpcache4j.storage" % "storage-h2" % "3.4"
[org.codehaus.httpcache4j.storage/storage-h2 "3.4"]