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