не последняя версия
Последняя версия 5.1.1

org.codehaus.httpcache4j.storage:storage-file 4.0

Storage using files

Группа

Группа

org.codehaus.httpcache4j.storage
Идентификатор

Идентификатор

storage-file
Версия

Версия

4.0
Тип

Тип

jar

Скачать storage-file 4.0


<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-file/ -->
<dependency>
    <groupId>org.codehaus.httpcache4j.storage</groupId>
    <artifactId>storage-file</artifactId>
    <version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-file/
implementation 'org.codehaus.httpcache4j.storage:storage-file:4.0'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-file/
implementation ("org.codehaus.httpcache4j.storage:storage-file:4.0")
'org.codehaus.httpcache4j.storage:storage-file:jar:4.0'
<dependency org="org.codehaus.httpcache4j.storage" name="storage-file" rev="4.0">
  <artifact name="storage-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.storage', module='storage-file', version='4.0')
)
libraryDependencies += "org.codehaus.httpcache4j.storage" % "storage-file" % "4.0"
[org.codehaus.httpcache4j.storage/storage-file "4.0"]