Popularity
7.5
Stable
Activity
0.0
-
2,482
112
616
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.
Write Clean Java Code. Always.
Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
Promo
www.sonarsource.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.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.