| Categories |
CategoriesNet Netty Networking |
|---|---|
| GroupId | GroupIdorg.xbib |
| ArtifactId | ArtifactIdnetty-http-epoll |
| Version | Version4.1.44.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]