Skip to content

Unirest in Java: Simplified, lightweight HTTP client library.

License

Notifications You must be signed in to change notification settings

bitmasks/unirest-java

This branch is 390 commits behind Kong/unirest-java:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c1562d · Sep 15, 2022
Dec 30, 2020
Jun 10, 2019
Dec 21, 2020
Aug 23, 2022
Aug 23, 2022
Aug 23, 2022
Sep 15, 2022
Aug 23, 2022
Sep 15, 2022
Sep 9, 2019
Feb 21, 2019
Aug 23, 2022
Aug 16, 2018
Apr 9, 2020
Feb 24, 2019
Aug 23, 2022
Nov 16, 2019
Jul 20, 2020
Feb 22, 2020
Sep 15, 2022
Feb 23, 2019

Repository files navigation

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.13.11</version>
</dependency>

<!-- OR as a snazzy new standalone jar with shaded dependencies -->
<dependency>
    <groupId>com.konghq</groupId>
    <artifactId>unirest-java</artifactId>
    <version>3.13.11</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

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.5%
  • Shell 0.5%