Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.httpcomponents.client5 |
ArtifactId | ArtifactIdhttpclient5-win |
Version | Version5.0-alpha2 |
Type | Typejar |
Filename | Size |
---|---|
httpclient5-win-5.0-alpha2.pom | |
httpclient5-win-5.0-alpha2.jar | 15 KB |
httpclient5-win-5.0-alpha2-sources.jar | 16 KB |
httpclient5-win-5.0-alpha2-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5-win/ -->
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-win</artifactId>
<version>5.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5-win/
implementation 'org.apache.httpcomponents.client5:httpclient5-win:5.0-alpha2'
// https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5-win/
implementation ("org.apache.httpcomponents.client5:httpclient5-win:5.0-alpha2")
'org.apache.httpcomponents.client5:httpclient5-win:jar:5.0-alpha2'
<dependency org="org.apache.httpcomponents.client5" name="httpclient5-win" rev="5.0-alpha2">
<artifact name="httpclient5-win" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents.client5', module='httpclient5-win', version='5.0-alpha2')
)
libraryDependencies += "org.apache.httpcomponents.client5" % "httpclient5-win" % "5.0-alpha2"
[org.apache.httpcomponents.client5/httpclient5-win "5.0-alpha2"]