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