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