License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdhttp-client-java7 |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttp Client Java7
Code library to enable easy interaction with restful json apis
|
Project URL |
Project URL |
Filename | Size |
---|---|
http-client-java7-1.0.0.pom | |
http-client-java7-1.0.0.jar | 16 KB |
http-client-java7-1.0.0-sources.jar | 7 KB |
http-client-java7-1.0.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/http-client-java7/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>http-client-java7</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/http-client-java7/
implementation 'com.github.michaelruocco:http-client-java7:1.0.0'
// https://jarcasting.com/artifacts/com.github.michaelruocco/http-client-java7/
implementation ("com.github.michaelruocco:http-client-java7:1.0.0")
'com.github.michaelruocco:http-client-java7:jar:1.0.0'
<dependency org="com.github.michaelruocco" name="http-client-java7" rev="1.0.0">
<artifact name="http-client-java7" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='http-client-java7', version='1.0.0')
)
libraryDependencies += "com.github.michaelruocco" % "http-client-java7" % "1.0.0"
[com.github.michaelruocco/http-client-java7 "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 2.6.0 |