GroupId | GroupIdorg.codehaus.httpcache4j |
---|---|
ArtifactId | ArtifactIdhttpcache4j-core |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
httpcache4j-core-1.7.pom | |
httpcache4j-core-1.7.jar | 30 KB |
httpcache4j-core-1.7-tests.jar | 14 KB |
httpcache4j-core-1.7-test-sources.jar | 8 KB |
httpcache4j-core-1.7-sources.jar | 22 KB |
httpcache4j-core-1.7-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-core/ -->
<dependency>
<groupId>org.codehaus.httpcache4j</groupId>
<artifactId>httpcache4j-core</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-core/
implementation 'org.codehaus.httpcache4j:httpcache4j-core:1.7'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-core/
implementation ("org.codehaus.httpcache4j:httpcache4j-core:1.7")
'org.codehaus.httpcache4j:httpcache4j-core:jar:1.7'
<dependency org="org.codehaus.httpcache4j" name="httpcache4j-core" rev="1.7">
<artifact name="httpcache4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j', module='httpcache4j-core', version='1.7')
)
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-core" % "1.7"
[org.codehaus.httpcache4j/httpcache4j-core "1.7"]