is not current version
Last Version 20020423

commons-httpclient:commons-httpclient 2.0alpha1


Categories

Categories

CLI User Interface
GroupId

GroupId

commons-httpclient
ArtifactId

ArtifactId

commons-httpclient
Version

Version

2.0alpha1
Type

Type

jar

Download commons-httpclient 2.0alpha1


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