o

org-apache-commons-httpclient

Files download
File Operation
org-apache-commons-httpclient-6.2.0.CR2.pom download
Apache Maven
<dependency>
  <groupId>org.kie.modules</groupId>
  <artifactId>org-apache-commons-httpclient</artifactId>
  <version>6.2.0.CR2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kie.modules:org-apache-commons-httpclient:6.2.0.CR2'
Gradle Kotlin
implementation("org.kie.modules:org-apache-commons-httpclient:6.2.0.CR2")
Scala SBT
libraryDependencies += "org.kie.modules" % "org-apache-commons-httpclient" % "6.2.0.CR2"
Groovy Grape
@Grapes(
  @Grab(group='org.kie.modules', module='org-apache-commons-httpclient', version='6.2.0.CR2')
)
Apache Ivy
<dependency org="org.kie.modules" name="org-apache-commons-httpclient" rev="6.2.0.CR2" />
Leiningen
[org.kie.modules/org-apache-commons-httpclient "6.2.0.CR2"]
Apache Buildr
'org.kie.modules:org-apache-commons-httpclient:jar:6.2.0.CR2'