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

io.github.pengpan:http-request 1.0

Library for making HTTP requests

Группа

Группа

io.github.pengpan
Идентификатор

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

http-request
Версия

Версия

1.0
Тип

Тип

jar

Скачать http-request 1.0


<!-- https://jarcasting.com/artifacts/io.github.pengpan/http-request/ -->
<dependency>
    <groupId>io.github.pengpan</groupId>
    <artifactId>http-request</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pengpan/http-request/
implementation 'io.github.pengpan:http-request:1.0'
// https://jarcasting.com/artifacts/io.github.pengpan/http-request/
implementation ("io.github.pengpan:http-request:1.0")
'io.github.pengpan:http-request:jar:1.0'
<dependency org="io.github.pengpan" name="http-request" rev="1.0">
  <artifact name="http-request" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pengpan', module='http-request', version='1.0')
)
libraryDependencies += "io.github.pengpan" % "http-request" % "1.0"
[io.github.pengpan/http-request "1.0"]