License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdhttp-client |
Last Version | Last Version4.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttp Client
Code library to enable easy interaction with restful json apis
|
Project URL |
Project URL |
Filename | Size |
---|---|
http-client-4.0.4.pom | |
http-client-4.0.4.jar | 40 KB |
http-client-4.0.4-sources.jar | 19 KB |
http-client-4.0.4-javadoc.jar | 133 KB |
Browse |
<!-- 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"]
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 |
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 |