License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.httpcomponents |
ArtifactId | ArtifactIdhttpclient-win |
Last Version | Last Version4.5.13 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HttpClient Windows features
Apache HttpClient Windows specific functionality
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
httpclient-win-4.5.13.pom | |
httpclient-win-4.5.13.jar | 17 KB |
httpclient-win-4.5.13-sources.jar | 19 KB |
httpclient-win-4.5.13-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient-win/ -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-win</artifactId>
<version>4.5.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient-win/
implementation 'org.apache.httpcomponents:httpclient-win:4.5.13'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient-win/
implementation ("org.apache.httpcomponents:httpclient-win:4.5.13")
'org.apache.httpcomponents:httpclient-win:jar:4.5.13'
<dependency org="org.apache.httpcomponents" name="httpclient-win" rev="4.5.13">
<artifact name="httpclient-win" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpclient-win', version='4.5.13')
)
libraryDependencies += "org.apache.httpcomponents" % "httpclient-win" % "4.5.13"
[org.apache.httpcomponents/httpclient-win "4.5.13"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
net.java.dev.jna : jna | jar | 4.5.2 |
net.java.dev.jna : jna-platform | jar | 4.5.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
junit : junit | jar | 4.11 |