unirest-java

Simplified, lightweight HTTP client library

License

License

MIT
Categories

Categories

Java Languages unirest-java Net HTTP Clients
GroupId

GroupId

com.mashape.unirest
ArtifactId

ArtifactId

unirest-java
Last Version

Last Version

1.4.9
Release Date

Release Date

Type

Type

jar
Description

Description

unirest-java
Simplified, lightweight HTTP client library
Source Code Management

Source Code Management

https://github.com/Mashape/unirest-java

Download unirest-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.mashape.unirest/unirest-java/ -->
<dependency>
    <groupId>com.mashape.unirest</groupId>
    <artifactId>unirest-java</artifactId>
    <version>1.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.mashape.unirest/unirest-java/
implementation 'com.mashape.unirest:unirest-java:1.4.9'
// https://jarcasting.com/artifacts/com.mashape.unirest/unirest-java/
implementation ("com.mashape.unirest:unirest-java:1.4.9")
'com.mashape.unirest:unirest-java:jar:1.4.9'
<dependency org="com.mashape.unirest" name="unirest-java" rev="1.4.9">
  <artifact name="unirest-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mashape.unirest', module='unirest-java', version='1.4.9')
)
libraryDependencies += "com.mashape.unirest" % "unirest-java" % "1.4.9"
[com.mashape.unirest/unirest-java "1.4.9"]

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.2
org.apache.httpcomponents : httpasyncclient jar 4.1.1
org.apache.httpcomponents : httpmime jar 4.5.2
org.json : json jar 20160212

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
commons-io : commons-io jar 2.4
com.fasterxml.jackson.core : jackson-databind jar 2.6.0

Project Modules

There are no modules declared in this project.

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.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

ChangeLog

See the Change Log for recent changes.

Documentation

Our Documentation

com.mashape.unirest

Mashape

Visit us at our new home @Kong

Versions

Version
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.3.28
1.3.27
1.3.26
1.3.24
1.3.23
1.3.22
1.3.21
1.3.20
1.3.19
1.3.18
1.3.17
1.3.16
1.3.15
1.3.14
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0