8000 GitHub - tekintian/unirest-java: Unirest in Java: Simplified, lightweight HTTP client library.
[go: up one dir, main page]

Skip to content

Unirest in Java: Simplified, lightweight HTTP client library.

License

Notifications You must be signed in to change notification settings

tekintian/unirest-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,661 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< 8000 a title=".java-version" aria-label=".java-version, (File)" class="Link--primary" href="/tekintian/unirest-java/blob/main/.java-version" data-discover="true">.java-version
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Unirest for Java

Actions Status MIT License Maven Central Javadocs Twitter Follow

Install With Maven:

<!-- Pull in as a traditional dependency -->
<dependency>
    <groupId>com.konghq</groupId>
    <artifactId>unirest-java</artifactId>
    <version>3.12.0</version>
</dependency>

<!-- OR as a snazzy new standalone jar with shaded dependencies -->
<dependency>
    <groupId>com.konghq</groupId>
    <artifactId>unirest-java</artifactId>
    <version>3.12.0</version>
    <classifier>standalone</classifier>
</dependency>

Upgrading from Previous Versions

See the Upgrade Guide

ChangeLog

See the Change Log for recent changes.

Documentation

Our Documentation

About

Unirest in Java: Simplified, lightweight HTTP client library.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.5%
  • Shell 0.5%
0