Unirest for Java
Maven:
Install With<!-- Pull in as a traditional dependency -->
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.14.1</version>
</dependency>
<!-- OR as a snazzy new standalone jar with shaded dependencies -->
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.14.1</version>
<classifier>standalone</classifier>
</dependency>
Upgrading from Previous Versions
See the Upgrade Guide
ChangeLog
See the Change Log for recent changes.
Documentation
Our Documentation
关于
Unirest in Java: Simplified, lightweight HTTP client library.
最后更新于 1 days ago