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

org.webpieces:http 1.9.

testing this out

Группа

Группа

org.webpieces
Идентификатор

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

http
Версия

Версия

1.9.
Тип

Тип

jar

Скачать http 1.9.

Имя Файла Размер
http-1.9..pom
http-1.9..jar 346 bytes
http-1.9.-sources.jar 346 bytes
http-1.9.-javadoc.jar 346 bytes
Обзор

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