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