| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.topicstudy |
| Идентификатор | Идентификаторjhttp |
| Версия | Версия1.1.1 |
| Тип | Типjar |
| Описание |
Описаниеjhttp
send http by java
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jhttp-1.1.1.pom | |
| jhttp-1.1.1.jar | 27 KB |
| jhttp-1.1.1-sources.jar | 13 KB |
| jhttp-1.1.1-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.topicstudy/jhttp/ -->
<dependency>
<groupId>io.github.topicstudy</groupId>
<artifactId>jhttp</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.topicstudy/jhttp/
implementation 'io.github.topicstudy:jhttp:1.1.1'
// https://jarcasting.com/artifacts/io.github.topicstudy/jhttp/
implementation ("io.github.topicstudy:jhttp:1.1.1")
'io.github.topicstudy:jhttp:jar:1.1.1'
<dependency org="io.github.topicstudy" name="jhttp" rev="1.1.1">
<artifact name="jhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.topicstudy', module='jhttp', version='1.1.1')
)
libraryDependencies += "io.github.topicstudy" % "jhttp" % "1.1.1"
[io.github.topicstudy/jhttp "1.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.apache.httpcomponents : httpmime | jar | 4.5.13 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |