Last Version

Http Client 4.0.4

Code library to enable easy interaction with restful json apis

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

http-client
Version

Version

4.0.4
Type

Type

jar
Description

Description

Http Client
Code library to enable easy interaction with restful json apis
Project URL

Project URL

https://github.com/michaelruocco/http-client

Download http-client 4.0.4


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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.michaelruocco : json-logger jar 1.0.1
org.apache.httpcomponents : httpclient jar 4.5.3
org.slf4j : slf4j-api jar 1.7.25

test (4)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.10.19
junit : junit jar 4.12
org.slf4j : slf4j-log4j12 jar 1.7.25
org.assertj : assertj-core jar 3.8.0

Project Modules

There are no modules declared in this project.