JarvisCraft / unirest-java

Unirest in Java: Simplified, lightweight HTTP client library.

Home Page:http://kong.github.io/unirest-java/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unirest for Java

Actions Status MIT License Maven Central Javadocs Twitter Follow

Install With Maven:

<!-- Pull in as a traditional dependency -->
<dependency>
    <groupId>com.konghq</groupId>
    <artifactId>unirest-java</artifactId>
    <version>3.11.11</version>
</dependency>

<!-- OR as a snazzy new standalone jar with shaded dependencies -->
<dependency>
    <groupId>com.konghq</groupId>
    <artifactId>unirest-java</artifactId>
    <version>3.11.11</version>
    <classifier>standalone</classifier>
</dependency>

Upgrading from Previous Versions

See the Upgrade Guide

ChangeLog

See the Change Log for recent changes.

Documentation

Our Documentation

About

Unirest in Java: Simplified, lightweight HTTP client library.

http://kong.github.io/unirest-java/

License:MIT License


Languages

Language:Java 99.5%Language:Shell 0.5%