| Группа | Группаorg.codehaus.httpcache4j.storage |
|---|---|
| Идентификатор | Идентификаторstorage-file |
| Версия | Версия3.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| storage-file-3.4.pom | |
| storage-file-3.4.jar | 9 KB |
| storage-file-3.4-tests.jar | 6 KB |
| storage-file-3.4-sources.jar | 5 KB |
| storage-file-3.4-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-file/ -->
<dependency>
<groupId>org.codehaus.httpcache4j.storage</groupId>
<artifactId>storage-file</artifactId>
<version>3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-file/
implementation 'org.codehaus.httpcache4j.storage:storage-file:3.4'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-file/
implementation ("org.codehaus.httpcache4j.storage:storage-file:3.4")
'org.codehaus.httpcache4j.storage:storage-file:jar:3.4'
<dependency org="org.codehaus.httpcache4j.storage" name="storage-file" rev="3.4">
<artifact name="storage-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.storage', module='storage-file', version='3.4')
)
libraryDependencies += "org.codehaus.httpcache4j.storage" % "storage-file" % "3.4"
[org.codehaus.httpcache4j.storage/storage-file "3.4"]