GroupId | GroupIdorg.codehaus.httpcache4j |
---|---|
ArtifactId | ArtifactIdhttpcache4j-core |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
httpcache4j-core-2.0.pom | |
httpcache4j-core-2.0.jar | 23 KB |
httpcache4j-core-2.0-tests.jar | 10 KB |
httpcache4j-core-2.0-test-sources.jar | 6 KB |
httpcache4j-core-2.0-sources.jar | 17 KB |
httpcache4j-core-2.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-core/ -->
<dependency>
<groupId>org.codehaus.httpcache4j</groupId>
<artifactId>httpcache4j-core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-core/
implementation 'org.codehaus.httpcache4j:httpcache4j-core:2.0'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-core/
implementation ("org.codehaus.httpcache4j:httpcache4j-core:2.0")
'org.codehaus.httpcache4j:httpcache4j-core:jar:2.0'
<dependency org="org.codehaus.httpcache4j" name="httpcache4j-core" rev="2.0">
<artifact name="httpcache4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j', module='httpcache4j-core', version='2.0')
)
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-core" % "2.0"
[org.codehaus.httpcache4j/httpcache4j-core "2.0"]