Popularity
7.6
Stable
Activity
9.1
-
2,547
109
592

Code Quality Rank: L2
Programming language: Java
License: MIT License
Tags: Projects     HTTP Clients    
Latest version: v3.13.13

unirest-java alternatives and similar libraries

Based on the "HTTP Clients" category.
Alternatively, view unirest-java alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of unirest-java or a related project?

Add another 'HTTP Clients' Library

README

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.13.13</version>
</dependency>

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

Upgrading from Previous Versions

See the [Upgrade Guide](UPGRADE_GUIDE.md)

ChangeLog

See the [Change Log](CHANGELOG.md) for recent changes.

Documentation

Our Documentation


*Note that all licence references and agreements mentioned in the unirest-java README section above are relevant to that project's source code only.