h

http-client-java7

Code library to enable easy interaction with restful json apis
https://github.com/michaelruocco/http-client-java7
BSD License
Michael Ruocco
Files download
File Operation
http-client-java7-1.0.0.jar download
http-client-java7-1.0.0.pom download
http-client-java7-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.michaelruocco</groupId>
  <artifactId>http-client-java7</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.michaelruocco:http-client-java7:1.0.0'
Gradle Kotlin
implementation("com.github.michaelruocco:http-client-java7:1.0.0")
Scala SBT
libraryDependencies += "com.github.michaelruocco" % "http-client-java7" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.michaelruocco', module='http-client-java7', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.michaelruocco" name="http-client-java7" rev="1.0.0" />
Leiningen
[com.github.michaelruocco/http-client-java7 "1.0.0"]
Apache Buildr
'com.github.michaelruocco:http-client-java7:jar:1.0.0'