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