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