GroupId | GroupIdorg.codehaus.httpcache4j.storage |
---|---|
ArtifactId | ArtifactIdstorage |
Version | Version5.0.0-M2 |
Type | Typepom |
Filename | Size |
---|---|
storage-5.0.0-M2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage/ -->
<dependency>
<groupId>org.codehaus.httpcache4j.storage</groupId>
<artifactId>storage</artifactId>
<version>5.0.0-M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage/
implementation 'org.codehaus.httpcache4j.storage:storage:5.0.0-M2'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage/
implementation ("org.codehaus.httpcache4j.storage:storage:5.0.0-M2")
'org.codehaus.httpcache4j.storage:storage:pom:5.0.0-M2'
<dependency org="org.codehaus.httpcache4j.storage" name="storage" rev="5.0.0-M2">
<artifact name="storage" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.storage', module='storage', version='5.0.0-M2')
)
libraryDependencies += "org.codehaus.httpcache4j.storage" % "storage" % "5.0.0-M2"
[org.codehaus.httpcache4j.storage/storage "5.0.0-M2"]