| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJava Языки программирования unirest-java Сеть HTTP Clients |
| Группа | Группаcom.moesif.unirest |
| Идентификатор | Идентификаторunirest-java |
| Последняя версия | Последняя версия1.0.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеunirest-java
Fork of Unirest client
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| unirest-java-1.0.7.pom | |
| unirest-java-1.0.7.jar | 41 KB |
| unirest-java-1.0.7-sources.jar | 36 KB |
| unirest-java-1.0.7-javadoc.jar | 199 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.moesif.unirest/unirest-java/ -->
<dependency>
<groupId>com.moesif.unirest</groupId>
<artifactId>unirest-java</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.moesif.unirest/unirest-java/
implementation 'com.moesif.unirest:unirest-java:1.0.7'
// https://jarcasting.com/artifacts/com.moesif.unirest/unirest-java/
implementation ("com.moesif.unirest:unirest-java:1.0.7")
'com.moesif.unirest:unirest-java:jar:1.0.7'
<dependency org="com.moesif.unirest" name="unirest-java" rev="1.0.7">
<artifact name="unirest-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moesif.unirest', module='unirest-java', version='1.0.7')
)
libraryDependencies += "com.moesif.unirest" % "unirest-java" % "1.0.7"
[com.moesif.unirest/unirest-java "1.0.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.apache.httpcomponents : httpasyncclient | jar | 4.0.1 |
| org.apache.httpcomponents : httpmime | jar | 4.3.4 |
| org.json : json | jar | 20090211 |