GroupId | GroupIdorg.codehaus.httpcache4j |
---|---|
ArtifactId | ArtifactIdhttpcache4j-core |
Version | Version5.0.1 |
Type | Typejar |
Filename | Size |
---|---|
httpcache4j-core-5.0.1.pom | |
httpcache4j-core-5.0.1.jar | 31 KB |
httpcache4j-core-5.0.1-tests.jar | 33 KB |
httpcache4j-core-5.0.1-sources.jar | 16 KB |
httpcache4j-core-5.0.1-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-core/ -->
<dependency>
<groupId>org.codehaus.httpcache4j</groupId>
<artifactId>httpcache4j-core</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-core/
implementation 'org.codehaus.httpcache4j:httpcache4j-core:5.0.1'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-core/
implementation ("org.codehaus.httpcache4j:httpcache4j-core:5.0.1")
'org.codehaus.httpcache4j:httpcache4j-core:jar:5.0.1'
<dependency org="org.codehaus.httpcache4j" name="httpcache4j-core" rev="5.0.1">
<artifact name="httpcache4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j', module='httpcache4j-core', version='5.0.1')
)
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-core" % "5.0.1"
[org.codehaus.httpcache4j/httpcache4j-core "5.0.1"]