Thanks to visit codestin.com
Credit goes to github.com

Skip to content
 
 

Repository files navigation

Unirest for Java

Actions Status MIT License Maven Central Javadocs Twitter Follow

Install With Maven:

🚨 Attention JSON users 🚨

Unirest now uses a modular json system. If you want to use JSON you MUST include in the pom the JSON implementation you wish to use. This can be either Jackson or Gson.

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

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

<!-- ONE of the following, if BOTH are on the path Unirest will pick the first it finds -->
<!-- GSON -->
<dependency>
   <groupId>com.konghq</groupId>
   <artifactId>unirest-object-mappers-gson</artifactId>
   <version>4.0.0-RC3</version>
</dependency>

<!-- Jackson -->
<dependency>
   <groupId>com.konghq</groupId>
   <artifactId>unirest-object-mappers-jackson</artifactId>
   <version>$4.0.0-RC3</version>
</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.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages