License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.httpcomponents.client5 |
ArtifactId | ArtifactIdhttpclient5-parent |
Last Version | Last Version5.2-beta1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache HttpComponents Client Parent
Apache HttpComponents Client is a library of components for building client side HTTP services
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
httpclient5-parent-5.2-beta1.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5-parent/ -->
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId>
<version>5.2-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5-parent/
implementation 'org.apache.httpcomponents.client5:httpclient5-parent:5.2-beta1'
// https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5-parent/
implementation ("org.apache.httpcomponents.client5:httpclient5-parent:5.2-beta1")
'org.apache.httpcomponents.client5:httpclient5-parent:pom:5.2-beta1'
<dependency org="org.apache.httpcomponents.client5" name="httpclient5-parent" rev="5.2-beta1">
<artifact name="httpclient5-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents.client5', module='httpclient5-parent', version='5.2-beta1')
)
libraryDependencies += "org.apache.httpcomponents.client5" % "httpclient5-parent" % "5.2-beta1"
[org.apache.httpcomponents.client5/httpclient5-parent "5.2-beta1"]