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