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