Popularity
7.6
Stable
Activity
8.5
Declining
2,651
108
594
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.
-
Armeria
Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard. -
Apache HttpComponents
A toolset of low level Java components focused on HTTP and associated protocols.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of unirest-java or a related project?
README
Unirest for Java
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.