License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.kie.modules |
ArtifactId | ArtifactIdorg-apache-commons-httpclient |
Version | Version6.2.0.CR2 |
Type | Typejar |
Description |
DescriptionKIE EAP - org-apache-commons-httpclient static module
KIE Workbench - Distributions
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
org-apache-commons-httpclient-6.2.0.CR2.pom | 1 KB |
org-apache-commons-httpclient-6.2.0.CR2-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/org-apache-commons-httpclient/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>org-apache-commons-httpclient</artifactId>
<version>6.2.0.CR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-apache-commons-httpclient/
implementation 'org.kie.modules:org-apache-commons-httpclient:6.2.0.CR2'
// https://jarcasting.com/artifacts/org.kie.modules/org-apache-commons-httpclient/
implementation ("org.kie.modules:org-apache-commons-httpclient:6.2.0.CR2")
'org.kie.modules:org-apache-commons-httpclient:jar:6.2.0.CR2'
<dependency org="org.kie.modules" name="org-apache-commons-httpclient" rev="6.2.0.CR2">
<artifact name="org-apache-commons-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-apache-commons-httpclient', version='6.2.0.CR2')
)
libraryDependencies += "org.kie.modules" % "org-apache-commons-httpclient" % "6.2.0.CR2"
[org.kie.modules/org-apache-commons-httpclient "6.2.0.CR2"]
Group / Artifact | Type | Version |
---|---|---|
commons-httpclient : commons-httpclient | jar | |
junit : junit | jar |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar |