| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.webpieces |
| Идентификатор | Идентификаторhttp2-client |
| Версия | Версия1.9.92 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| http2-client-1.9.92.pom | |
| http2-client-1.9.92.jar | 16 KB |
| http2-client-1.9.92-sources.jar | 10 KB |
| http2-client-1.9.92-javadoc.jar | 352 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webpieces/http2-client/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http2-client</artifactId>
<version>1.9.92</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http2-client/
implementation 'org.webpieces:http2-client:1.9.92'
// https://jarcasting.com/artifacts/org.webpieces/http2-client/
implementation ("org.webpieces:http2-client:1.9.92")
'org.webpieces:http2-client:jar:1.9.92'
<dependency org="org.webpieces" name="http2-client" rev="1.9.92">
<artifact name="http2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http2-client', version='1.9.92')
)
libraryDependencies += "org.webpieces" % "http2-client" % "1.9.92"
[org.webpieces/http2-client "1.9.92"]