| License |
License |
|---|---|
| Categories |
CategoriesNet CLI User Interface |
| GroupId | GroupIdcom.hynnet |
| ArtifactId | ArtifactIdhttpclient |
| Last Version | Last Version4.5.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache HttpClient for jdk 1.5
Apache HttpComponents Client for jdk 1.5
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| httpclient-4.5.1.pom | |
| httpclient-4.5.1.jar | 702 KB |
| httpclient-4.5.1-sources.jar | 690 KB |
| httpclient-4.5.1-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hynnet/httpclient/ -->
<dependency>
<groupId>com.hynnet</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hynnet/httpclient/
implementation 'com.hynnet:httpclient:4.5.1'
// https://jarcasting.com/artifacts/com.hynnet/httpclient/
implementation ("com.hynnet:httpclient:4.5.1")
'com.hynnet:httpclient:jar:4.5.1'
<dependency org="com.hynnet" name="httpclient" rev="4.5.1">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hynnet', module='httpclient', version='4.5.1')
)
libraryDependencies += "com.hynnet" % "httpclient" % "4.5.1"
[com.hynnet/httpclient "4.5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.hynnet : httpcore | jar | 4.4.3 |
| commons-logging : commons-logging | jar | 1.2 |
| commons-codec : commons-codec | jar | 1.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.8.5 |