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