GroupId | GroupIdorg.codehaus.httpcache4j |
---|---|
ArtifactId | ArtifactIdhttpcache4j-api |
Version | Version3.1 |
Type | Typejar |
Filename | Size |
---|---|
httpcache4j-api-3.1.pom | |
httpcache4j-api-3.1.jar | 102 KB |
httpcache4j-api-3.1-tests.jar | 29 KB |
httpcache4j-api-3.1-sources.jar | 81 KB |
httpcache4j-api-3.1-javadoc.jar | 378 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-api/ -->
<dependency>
<groupId>org.codehaus.httpcache4j</groupId>
<artifactId>httpcache4j-api</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-api/
implementation 'org.codehaus.httpcache4j:httpcache4j-api:3.1'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-api/
implementation ("org.codehaus.httpcache4j:httpcache4j-api:3.1")
'org.codehaus.httpcache4j:httpcache4j-api:jar:3.1'
<dependency org="org.codehaus.httpcache4j" name="httpcache4j-api" rev="3.1">
<artifact name="httpcache4j-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j', module='httpcache4j-api', version='3.1')
)
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-api" % "3.1"
[org.codehaus.httpcache4j/httpcache4j-api "3.1"]