is not current version
Last Version 4.0.4

com.github.michaelruocco:http-client 3.0.4

Code library to enable easy interaction with restful json apis

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

http-client
Version

Version

3.0.4
Type

Type

jar

Download http-client 3.0.4


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