Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.codehaus.httpcache4j.clients |
ArtifactId | ArtifactIdclients-httpclient |
Version | Version1.0-RC3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j.clients/clients-httpclient/ -->
<dependency>
<groupId>org.codehaus.httpcache4j.clients</groupId>
<artifactId>clients-httpclient</artifactId>
<version>1.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.clients/clients-httpclient/
implementation 'org.codehaus.httpcache4j.clients:clients-httpclient:1.0-RC3'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.clients/clients-httpclient/
implementation ("org.codehaus.httpcache4j.clients:clients-httpclient:1.0-RC3")
'org.codehaus.httpcache4j.clients:clients-httpclient:jar:1.0-RC3'
<dependency org="org.codehaus.httpcache4j.clients" name="clients-httpclient" rev="1.0-RC3">
<artifact name="clients-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.clients', module='clients-httpclient', version='1.0-RC3')
)
libraryDependencies += "org.codehaus.httpcache4j.clients" % "clients-httpclient" % "1.0-RC3"
[org.codehaus.httpcache4j.clients/clients-httpclient "1.0-RC3"]