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