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