unirest-java alternatives and similar packages
Based on the "Network" category.
Alternatively, view unirest-java alternatives based on common mentions on social networks and blogs.
-
AndroidAsync
Asynchronous socket, http (client+server), websocket, and socket.io library for android. Based on nio, not threads. -
AndroidNetworking
Android Networking is a powerful library for doing any type of networking in Android applications. -
robospice
Repo of the Open Source Android library : RoboSpice. RoboSpice is a modular android library that makes writing asynchronous long running tasks easy. It is specialized in network requests, supports caching and offers REST requests out-of-the box using extension modules. -
No Internet Layout Library
#layout #check_internet -
NetworkConnection
No description, website, or topics provided. -
Minimized API Service Library
Minimized API library which is used call the server request in andorid. -
Packetzoom
SDK for optimizing HTTP requests and free analytics service for networking.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
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.