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