is not current version
Last Version 20020423

commons-httpclient:commons-httpclient 1.0


Categories

Categories

CLI User Interface
GroupId

GroupId

commons-httpclient
ArtifactId

ArtifactId

commons-httpclient
Version

Version

1.0
Type

Type

jar

Download commons-httpclient 1.0


<!-- https://jarcasting.com/artifacts/commons-httpclient/commons-httpclient/ -->
<dependency>
    <groupId>commons-httpclient</groupId>
    <artifactId>commons-httpclient</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/commons-httpclient/commons-httpclient/
implementation 'commons-httpclient:commons-httpclient:1.0'
// https://jarcasting.com/artifacts/commons-httpclient/commons-httpclient/
implementation ("commons-httpclient:commons-httpclient:1.0")
'commons-httpclient:commons-httpclient:jar:1.0'
<dependency org="commons-httpclient" name="commons-httpclient" rev="1.0">
  <artifact name="commons-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-httpclient', module='commons-httpclient', version='1.0')
)
libraryDependencies += "commons-httpclient" % "commons-httpclient" % "1.0"
[commons-httpclient "1.0"]