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