Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.codehaus.httpcache4j.resolvers |
ArtifactId | ArtifactIdresolvers-commons-httpclient |
Version | Version4.0-M5 |
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>4.0-M5</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.resolvers/resolvers-commons-httpclient/
implementation 'org.codehaus.httpcache4j.resolvers:resolvers-commons-httpclient:4.0-M5'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.resolvers/resolvers-commons-httpclient/
implementation ("org.codehaus.httpcache4j.resolvers:resolvers-commons-httpclient:4.0-M5")
'org.codehaus.httpcache4j.resolvers:resolvers-commons-httpclient:jar:4.0-M5'
<dependency org="org.codehaus.httpcache4j.resolvers" name="resolvers-commons-httpclient" rev="4.0-M5">
<artifact name="resolvers-commons-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.resolvers', module='resolvers-commons-httpclient', version='4.0-M5')
)
libraryDependencies += "org.codehaus.httpcache4j.resolvers" % "resolvers-commons-httpclient" % "4.0-M5"
[org.codehaus.httpcache4j.resolvers/resolvers-commons-httpclient "4.0-M5"]