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