is not current version
Last Version 0.0.8

com.github.hi-fi:httpclient 0.0.4

Client to make HTTP requests. Based on Apache's HTTP client.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.hi-fi
ArtifactId

ArtifactId

httpclient
Version

Version

0.0.4
Type

Type

jar

Download httpclient 0.0.4


<!-- https://jarcasting.com/artifacts/com.github.hi-fi/httpclient/ -->
<dependency>
    <groupId>com.github.hi-fi</groupId>
    <artifactId>httpclient</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hi-fi/httpclient/
implementation 'com.github.hi-fi:httpclient:0.0.4'
// https://jarcasting.com/artifacts/com.github.hi-fi/httpclient/
implementation ("com.github.hi-fi:httpclient:0.0.4")
'com.github.hi-fi:httpclient:jar:0.0.4'
<dependency org="com.github.hi-fi" name="httpclient" rev="0.0.4">
  <artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hi-fi', module='httpclient', version='0.0.4')
)
libraryDependencies += "com.github.hi-fi" % "httpclient" % "0.0.4"
[com.github.hi-fi/httpclient "0.0.4"]