is not current version
Last Version 1.0.0.RC2

io.micronaut:http-netty 1.0.0.M4

Natively Cloud Native

Categories

Categories

Micronaut Container Microservices Net Netty Networking
GroupId

GroupId

io.micronaut
ArtifactId

ArtifactId

http-netty
Version

Version

1.0.0.M4
Type

Type

jar

Download http-netty 1.0.0.M4


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