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