License |
License |
---|---|
Categories |
CategoriesMicronaut Container Microservices Net Netty Networking |
GroupId | GroupIdio.micronaut |
ArtifactId | ArtifactIdhttp-netty |
Last Version | Last Version1.0.0.RC2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMicronaut
Natively Cloud Native
|
Project URL |
Project URL |
Filename | Size |
---|---|
http-netty-1.0.0.RC2.pom | |
http-netty-1.0.0.RC2.jar | 65 KB |
http-netty-1.0.0.RC2-sources.jar | 53 KB |
http-netty-1.0.0.RC2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.micronaut/http-netty/ -->
<dependency>
<groupId>io.micronaut</groupId>
<artifactId>http-netty</artifactId>
<version>1.0.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.micronaut/http-netty/
implementation 'io.micronaut:http-netty:1.0.0.RC2'
// https://jarcasting.com/artifacts/io.micronaut/http-netty/
implementation ("io.micronaut:http-netty:1.0.0.RC2")
'io.micronaut:http-netty:jar:1.0.0.RC2'
<dependency org="io.micronaut" name="http-netty" rev="1.0.0.RC2">
<artifact name="http-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.micronaut', module='http-netty', version='1.0.0.RC2')
)
libraryDependencies += "io.micronaut" % "http-netty" % "1.0.0.RC2"
[io.micronaut/http-netty "1.0.0.RC2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
io.micronaut : buffer-netty | jar | 1.0.0.RC2 |
io.micronaut : http | jar | 1.0.0.RC2 |
io.micronaut : websocket | jar | 1.0.0.RC2 |
io.netty : netty-codec-http | jar | 4.1.29.Final |
io.reactivex.rxjava2 : rxjava | jar | 2.2.2 |
io.netty : netty-handler | jar | 4.1.29.Final |