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