๐Ÿ“ฆ Kong / unirest-java

๐Ÿ“„ README.md ยท 22 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22# Unirest for Java 

[![Actions Status](https://github.com/kong/unirest-java/workflows/Verify/badge.svg)](https://github.com/kong/unirest-java/actions)
![Maven Central Version](https://img.shields.io/maven-central/v/com.konghq/unirest-java-bom)


## Unirest 4
Unirest 4 is build on modern Java standards, and as such requires at least Java 11.

Unirest 4's dependencies are fully modular, and have been moved to new Maven coordinates to avoid conflicts with the previous versions.
You can use a maven bom to manage the modules:

## Documentation
Our [Documentation](http://kong.github.io/unirest-java/)

## Upgrading from Previous Versions 
See the [Upgrade Guide](http://kong.github.io/unirest-java/upgrade-guide)

## ChangeLog 
See the [Change Log](CHANGELOG.md) for recent changes.