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