GroupId | GroupIdorg.codehaus.httpcache4j |
---|---|
ArtifactId | ArtifactIdhttpcache4j-parent |
Last Version | Last Version1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava HTTP cache parent
|
Filename | Size |
---|---|
httpcache4j-parent-1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-parent/ -->
<dependency>
<groupId>org.codehaus.httpcache4j</groupId>
<artifactId>httpcache4j-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-parent/
implementation 'org.codehaus.httpcache4j:httpcache4j-parent:1'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-parent/
implementation ("org.codehaus.httpcache4j:httpcache4j-parent:1")
'org.codehaus.httpcache4j:httpcache4j-parent:pom:1'
<dependency org="org.codehaus.httpcache4j" name="httpcache4j-parent" rev="1">
<artifact name="httpcache4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j', module='httpcache4j-parent', version='1')
)
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-parent" % "1"
[org.codehaus.httpcache4j/httpcache4j-parent "1"]