License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.wso2.appserver.shade.commons-httpclient |
ArtifactId | ArtifactIdcommons-httpclient-shaded |
Last Version | Last Version3.1.0.wso2v1-m3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWSO2 Application Server Parent Pom of feature modules
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver.shade.commons-httpclient/commons-httpclient-shaded/ -->
<dependency>
<groupId>org.wso2.appserver.shade.commons-httpclient</groupId>
<artifactId>commons-httpclient-shaded</artifactId>
<version>3.1.0.wso2v1-m3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver.shade.commons-httpclient/commons-httpclient-shaded/
implementation 'org.wso2.appserver.shade.commons-httpclient:commons-httpclient-shaded:3.1.0.wso2v1-m3'
// https://jarcasting.com/artifacts/org.wso2.appserver.shade.commons-httpclient/commons-httpclient-shaded/
implementation ("org.wso2.appserver.shade.commons-httpclient:commons-httpclient-shaded:3.1.0.wso2v1-m3")
'org.wso2.appserver.shade.commons-httpclient:commons-httpclient-shaded:jar:3.1.0.wso2v1-m3'
<dependency org="org.wso2.appserver.shade.commons-httpclient" name="commons-httpclient-shaded" rev="3.1.0.wso2v1-m3">
<artifact name="commons-httpclient-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver.shade.commons-httpclient', module='commons-httpclient-shaded', version='3.1.0.wso2v1-m3')
)
libraryDependencies += "org.wso2.appserver.shade.commons-httpclient" % "commons-httpclient-shaded" % "3.1.0.wso2v1-m3"
[org.wso2.appserver.shade.commons-httpclient/commons-httpclient-shaded "3.1.0.wso2v1-m3"]