is not current version
Last Version 0.10.6

io.helidon.webserver:helidon-webserver-netty 0.9.1

Netty based HTTP IO implementation for WebServer

Categories

Categories

Helidon Container Microservices Net Netty Networking
GroupId

GroupId

io.helidon.webserver
ArtifactId

ArtifactId

helidon-webserver-netty
Version

Version

0.9.1
Type

Type

jar

Download helidon-webserver-netty 0.9.1


<!-- https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-netty/ -->
<dependency>
    <groupId>io.helidon.webserver</groupId>
    <artifactId>helidon-webserver-netty</artifactId>
    <version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-netty/
implementation 'io.helidon.webserver:helidon-webserver-netty:0.9.1'
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-netty/
implementation ("io.helidon.webserver:helidon-webserver-netty:0.9.1")
'io.helidon.webserver:helidon-webserver-netty:jar:0.9.1'
<dependency org="io.helidon.webserver" name="helidon-webserver-netty" rev="0.9.1">
  <artifact name="helidon-webserver-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.webserver', module='helidon-webserver-netty', version='0.9.1')
)
libraryDependencies += "io.helidon.webserver" % "helidon-webserver-netty" % "0.9.1"
[io.helidon.webserver/helidon-webserver-netty "0.9.1"]