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