License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.hi-fi |
ArtifactId | ArtifactIdhttpclient |
Version | Version0.0.7 |
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.7.pom | |
httpclient-0.0.7.jar | 27 KB |
httpclient-0.0.7-sources.jar | 14 KB |
httpclient-0.0.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hi-fi/httpclient/
implementation 'com.github.hi-fi:httpclient:0.0.7'
// https://jarcasting.com/artifacts/com.github.hi-fi/httpclient/
implementation ("com.github.hi-fi:httpclient:0.0.7")
'com.github.hi-fi:httpclient:jar:0.0.7'
<dependency org="com.github.hi-fi" name="httpclient" rev="0.0.7">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hi-fi', module='httpclient', version='0.0.7')
)
libraryDependencies += "com.github.hi-fi" % "httpclient" % "0.0.7"
[com.github.hi-fi/httpclient "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.12 |
org.apache.httpcomponents : httpmime | jar | 4.5.12 |
org.apache.httpcomponents : httpclient-win | jar | 4.5.12 |
com.google.code.gson : gson | jar | 2.8.6 |
commons-io : commons-io | jar | 2.7 |
org.apache.commons : commons-lang3 | jar | 3.11 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |