| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.xkcoding.http |
| Идентификатор | Идентификаторsimple-http |
| Последняя версия | Последняя версия1.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеsimple-http
简单的 http 实现
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| simple-http-1.0.5.pom | |
| simple-http-1.0.5.jar | 30 KB |
| simple-http-1.0.5-sources.jar | 22 KB |
| simple-http-1.0.5-javadoc.jar | 162 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.xkcoding.http/simple-http/ -->
<dependency>
<groupId>com.xkcoding.http</groupId>
<artifactId>simple-http</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.xkcoding.http/simple-http/
implementation 'com.xkcoding.http:simple-http:1.0.5'
// https://jarcasting.com/artifacts/com.xkcoding.http/simple-http/
implementation ("com.xkcoding.http:simple-http:1.0.5")
'com.xkcoding.http:simple-http:jar:1.0.5'
<dependency org="com.xkcoding.http" name="simple-http" rev="1.0.5">
<artifact name="simple-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xkcoding.http', module='simple-http', version='1.0.5')
)
libraryDependencies += "com.xkcoding.http" % "simple-http" % "1.0.5"
[com.xkcoding.http/simple-http "1.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.squareup.okhttp3 : okhttp Необязательный | jar | 4.9.1 |
| org.apache.httpcomponents : httpclient Необязательный | jar | 4.5.13 |
| cn.hutool : hutool-http Необязательный | jar | 5.7.11 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |