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