GroupId | GroupIdorg.codehaus.httpcache4j |
---|---|
ArtifactId | ArtifactIdhttpcache4j-api |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
httpcache4j-api-2.2.pom | |
httpcache4j-api-2.2.jar | 65 KB |
httpcache4j-api-2.2-tests.jar | 19 KB |
httpcache4j-api-2.2-test-sources.jar | 13 KB |
httpcache4j-api-2.2-sources.jar | 53 KB |
httpcache4j-api-2.2-javadoc.jar | 277 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-api/ -->
<dependency>
<groupId>org.codehaus.httpcache4j</groupId>
<artifactId>httpcache4j-api</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-api/
implementation 'org.codehaus.httpcache4j:httpcache4j-api:2.2'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-api/
implementation ("org.codehaus.httpcache4j:httpcache4j-api:2.2")
'org.codehaus.httpcache4j:httpcache4j-api:jar:2.2'
<dependency org="org.codehaus.httpcache4j" name="httpcache4j-api" rev="2.2">
<artifact name="httpcache4j-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j', module='httpcache4j-api', version='2.2')
)
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-api" % "2.2"
[org.codehaus.httpcache4j/httpcache4j-api "2.2"]