Http Client

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
Last Version

Last Version

4.0.4
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.0.0