License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.hi-fi |
ArtifactId | ArtifactIdhttpclient |
Last Version | Last Version0.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttpclient
Client to make HTTP requests. Based on Apache's HTTP client.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
httpclient-0.0.8.pom | |
httpclient-0.0.8.jar | 27 KB |
httpclient-0.0.8-sources.jar | 14 KB |
httpclient-0.0.8-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hi-fi/httpclient/ -->
<dependency>
<groupId>com.github.hi-fi</groupId>
<artifactId>httpclient</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hi-fi/httpclient/
implementation 'com.github.hi-fi:httpclient:0.0.8'
// https://jarcasting.com/artifacts/com.github.hi-fi/httpclient/
implementation ("com.github.hi-fi:httpclient:0.0.8")
'com.github.hi-fi:httpclient:jar:0.0.8'
<dependency org="com.github.hi-fi" name="httpclient" rev="0.0.8">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hi-fi', module='httpclient', version='0.0.8')
)
libraryDependencies += "com.github.hi-fi" % "httpclient" % "0.0.8"
[com.github.hi-fi/httpclient "0.0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.apache.httpcomponents : httpmime | jar | 4.5.13 |
org.apache.httpcomponents : httpclient-win | jar | 4.5.13 |
com.google.code.gson : gson | jar | 2.8.9 |
commons-io : commons-io | jar | 2.11.0 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |