GroupId | GroupIdorg.codehaus.httpcache4j |
---|---|
ArtifactId | ArtifactIdhttpcache4j-storage-api |
Version | Version4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-storage-api/ -->
<dependency>
<groupId>org.codehaus.httpcache4j</groupId>
<artifactId>httpcache4j-storage-api</artifactId>
<version>4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-storage-api/
implementation 'org.codehaus.httpcache4j:httpcache4j-storage-api:4.2'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-storage-api/
implementation ("org.codehaus.httpcache4j:httpcache4j-storage-api:4.2")
'org.codehaus.httpcache4j:httpcache4j-storage-api:jar:4.2'
<dependency org="org.codehaus.httpcache4j" name="httpcache4j-storage-api" rev="4.2">
<artifact name="httpcache4j-storage-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j', module='httpcache4j-storage-api', version='4.2')
)
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-storage-api" % "4.2"
[org.codehaus.httpcache4j/httpcache4j-storage-api "4.2"]