unirest-java

Simplified, lightweight HTTP client library

Лицензия

Лицензия

MIT
Категории

Категории

Java Языки программирования unirest-java Сеть HTTP Clients
Группа

Группа

com.mashape.unirest
Идентификатор

Идентификатор

unirest-java
Последняя версия

Последняя версия

1.4.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

unirest-java
Simplified, lightweight HTTP client library
Система контроля версий

Система контроля версий

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

Скачать unirest-java

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
commons-io : commons-io jar 2.4
com.fasterxml.jackson.core : jackson-databind jar 2.6.0

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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