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