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