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