| Group ID: |
com.github.michaelruocco |
| Artifact ID: |
http-client |
| Version: |
3.0.11 |
| Last modified: |
04.09.2017 15:49 |
| Packaging: |
jar |
| Name: |
Http Client |
| Description: |
Code library to enable easy interaction with restful json apis |
| URL: |
https://github.com/michaelruocco/http-client |
|
|
| Size: |
36.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/michaelruocco/http-client/3.0.11/http-client-3.0.11.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.michaelruocco</groupId>
<artifactId>http-client</artifactId>
<version>3.0.11</version>
<name>Http Client</name>
<description>Code library to enable easy interaction with restful json apis</description>
<url>https://github.com/michaelruocco/http-client</url>
<licenses>
<license>
<name>BSD License</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mruoc</id>
<name>Michael Ruocco</name>
<email>michael.ruocco@hotmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com/michaelruocco/http-client.git</connection>
<developerConnection>scm:git:git@github.com/michaelruocco/http-client.git</developerConnection>
<url>git@github.com/michaelruocco/http-client.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>json-logger</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.8.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>http-client</artifactId>
<version>3.0.11</version>
</dependency>
|
| Gradle: |
com.github.michaelruocco:http-client:3.0.11 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|