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