GroupId | GroupIdorg.codehaus.httpcache4j |
---|---|
ArtifactId | ArtifactIdhttpcache4j-it |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
httpcache4j-it-3.0.pom | |
httpcache4j-it-3.0.jar | 32 KB |
httpcache4j-it-3.0-tests.jar | 5 KB |
httpcache4j-it-3.0-sources.jar | 31 KB |
httpcache4j-it-3.0-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-it/ -->
<dependency>
<groupId>org.codehaus.httpcache4j</groupId>
<artifactId>httpcache4j-it</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-it/
implementation 'org.codehaus.httpcache4j:httpcache4j-it:3.0'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j/httpcache4j-it/
implementation ("org.codehaus.httpcache4j:httpcache4j-it:3.0")
'org.codehaus.httpcache4j:httpcache4j-it:jar:3.0'
<dependency org="org.codehaus.httpcache4j" name="httpcache4j-it" rev="3.0">
<artifact name="httpcache4j-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j', module='httpcache4j-it', version='3.0')
)
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-it" % "3.0"
[org.codehaus.httpcache4j/httpcache4j-it "3.0"]