Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.httpcomponents.client5 |
ArtifactId | ArtifactIdhttpclient5-parent |
Version | Version5.0-beta5 |
Type | Typepom |
Filename | Size |
---|---|
httpclient5-parent-5.0-beta5.pom | 12 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.0-beta5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5-parent/
implementation 'org.apache.httpcomponents.client5:httpclient5-parent:5.0-beta5'
// https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5-parent/
implementation ("org.apache.httpcomponents.client5:httpclient5-parent:5.0-beta5")
'org.apache.httpcomponents.client5:httpclient5-parent:pom:5.0-beta5'
<dependency org="org.apache.httpcomponents.client5" name="httpclient5-parent" rev="5.0-beta5">
<artifact name="httpclient5-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents.client5', module='httpclient5-parent', version='5.0-beta5')
)
libraryDependencies += "org.apache.httpcomponents.client5" % "httpclient5-parent" % "5.0-beta5"
[org.apache.httpcomponents.client5/httpclient5-parent "5.0-beta5"]