Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdorg.xbib |
ArtifactId | ArtifactIdnetty-http-epoll |
Version | Version4.1.45.0 |
Type | Typejar |
Filename | Size |
---|---|
netty-http-epoll-4.1.45.0.pom | |
netty-http-epoll-4.1.45.0.jar | 1 KB |
netty-http-epoll-4.1.45.0-sources.jar | 1 KB |
netty-http-epoll-4.1.45.0-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.45.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/netty-http-epoll/
implementation 'org.xbib:netty-http-epoll:4.1.45.0'
// https://jarcasting.com/artifacts/org.xbib/netty-http-epoll/
implementation ("org.xbib:netty-http-epoll:4.1.45.0")
'org.xbib:netty-http-epoll:jar:4.1.45.0'
<dependency org="org.xbib" name="netty-http-epoll" rev="4.1.45.0">
<artifact name="netty-http-epoll" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='netty-http-epoll', version='4.1.45.0')
)
libraryDependencies += "org.xbib" % "netty-http-epoll" % "4.1.45.0"
[org.xbib/netty-http-epoll "4.1.45.0"]