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