c

commons-httpclient

Apache Maven
<dependency>
  <groupId>commons-httpclient</groupId>
  <artifactId>commons-httpclient</artifactId>
  <version>2.0-alpha1</version>
</dependency>
Gradle Groovy
implementation 'commons-httpclient:commons-httpclient:2.0-alpha1'
Gradle Kotlin
implementation("commons-httpclient:commons-httpclient:2.0-alpha1")
Scala SBT
libraryDependencies += "commons-httpclient" % "commons-httpclient" % "2.0-alpha1"
Groovy Grape
@Grapes(
  @Grab(group='commons-httpclient', module='commons-httpclient', version='2.0-alpha1')
)
Apache Ivy
<dependency org="commons-httpclient" name="commons-httpclient" rev="2.0-alpha1" />
Leiningen
[commons-httpclient/commons-httpclient "2.0-alpha1"]
Apache Buildr
'commons-httpclient:commons-httpclient:jar:2.0-alpha1'
Dependencies
The project has no third-party dependencies