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