Popularity
7.6
Growing
Activity
8.6
Declining
2,114
118
564
Code Quality Rank:
L2
Programming language: Java
License: GNU General Public License v3.0 or later
Tags:
Projects
HTTP Clients
Latest version: v3.11.06
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
Asynchronous RPC/REST client/server library built on top of Java 8, Netty, HTTP/2, Thrift and gRPC. -
Google HTTP Client
Pluggable HTTP transport abstraction with support for java.net.HttpURLConnection, Apache HTTP Client, Android, Google App Engine, XML, Gson, Jackson and Protobuf. -
restQL-core-java
Microservice query language that fetches information from multiple services. -
Apache HttpComponents
A toolset of low level Java components focused on HTTP and associated protocols.
Scout APM - Leading-edge performance monitoring starting at $39/month
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
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.11.04</version>
</dependency>
<!-- OR as a snazzy new standalone jar with shaded dependencies -->
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.11.04</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.