Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdorg.xbib |
ArtifactId | ArtifactIdnetty-http-kqueue |
Version | Version4.1.44.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.xbib/netty-http-kqueue/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>netty-http-kqueue</artifactId>
<version>4.1.44.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/netty-http-kqueue/
implementation 'org.xbib:netty-http-kqueue:4.1.44.2'
// https://jarcasting.com/artifacts/org.xbib/netty-http-kqueue/
implementation ("org.xbib:netty-http-kqueue:4.1.44.2")
'org.xbib:netty-http-kqueue:jar:4.1.44.2'
<dependency org="org.xbib" name="netty-http-kqueue" rev="4.1.44.2">
<artifact name="netty-http-kqueue" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='netty-http-kqueue', version='4.1.44.2')
)
libraryDependencies += "org.xbib" % "netty-http-kqueue" % "4.1.44.2"
[org.xbib/netty-http-kqueue "4.1.44.2"]