is not current version
Last Version 20020423

commons-httpclient:commons-httpclient 2.0


Categories

Categories

CLI User Interface
GroupId

GroupId

commons-httpclient
ArtifactId

ArtifactId

commons-httpclient
Version

Version

2.0
Type

Type

jar

Download commons-httpclient 2.0


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