Popularity
7.5
Declining
Activity
4.6
-
2,414
112
588
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.
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.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.