is not current version
Last Version 0.0.8

com.github.hi-fi:httpclient 0.0.5

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.5
Type

Type

jar

Download httpclient 0.0.5


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