| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.makewheels |
| Идентификатор | ИдентификаторHttpUtils |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHttpUtils
A simple Http Util
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| HttpUtils-1.1.0.pom | |
| HttpUtils-1.1.0.jar | 4 KB |
| HttpUtils-1.1.0-sources.jar | 1 KB |
| HttpUtils-1.1.0-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.makewheels/HttpUtils/ -->
<dependency>
<groupId>com.github.makewheels</groupId>
<artifactId>HttpUtils</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.makewheels/HttpUtils/
implementation 'com.github.makewheels:HttpUtils:1.1.0'
// https://jarcasting.com/artifacts/com.github.makewheels/HttpUtils/
implementation ("com.github.makewheels:HttpUtils:1.1.0")
'com.github.makewheels:HttpUtils:jar:1.1.0'
<dependency org="com.github.makewheels" name="HttpUtils" rev="1.1.0">
<artifact name="HttpUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.makewheels', module='HttpUtils', version='1.1.0')
)
libraryDependencies += "com.github.makewheels" % "HttpUtils" % "1.1.0"
[com.github.makewheels/HttpUtils "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |