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