Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdorg.xbib |
ArtifactId | ArtifactIdnetty-http-server |
Version | Version4.1.29.0 |
Type | Typejar |
Filename | Size |
---|---|
netty-http-server-4.1.29.0.pom | |
netty-http-server-4.1.29.0.jar | 74 KB |
netty-http-server-4.1.29.0-sources.jar | 41 KB |
netty-http-server-4.1.29.0-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/netty-http-server/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>netty-http-server</artifactId>
<version>4.1.29.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/netty-http-server/
implementation 'org.xbib:netty-http-server:4.1.29.0'
// https://jarcasting.com/artifacts/org.xbib/netty-http-server/
implementation ("org.xbib:netty-http-server:4.1.29.0")
'org.xbib:netty-http-server:jar:4.1.29.0'
<dependency org="org.xbib" name="netty-http-server" rev="4.1.29.0">
<artifact name="netty-http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='netty-http-server', version='4.1.29.0')
)
libraryDependencies += "org.xbib" % "netty-http-server" % "4.1.29.0"
[org.xbib/netty-http-server "4.1.29.0"]