is not current version
Last Version 3.2.3

io.micronaut.servlet:micronaut-http-server-undertow 1.0.0.M3

Provides integration between Micronaut and the Servlet API

Categories

Categories

Micronaut Container Microservices Undertow Net Networking
GroupId

GroupId

io.micronaut.servlet
ArtifactId

ArtifactId

micronaut-http-server-undertow
Version

Version

1.0.0.M3
Type

Type

jar

Download micronaut-http-server-undertow 1.0.0.M3


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