is not current version
Last Version 20020423

commons-httpclient:commons-httpclient 3.0-alpha1


Categories

Categories

CLI User Interface
GroupId

GroupId

commons-httpclient
ArtifactId

ArtifactId

commons-httpclient
Version

Version

3.0-alpha1
Type

Type

jar

Download commons-httpclient 3.0-alpha1


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