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