License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Undertow Net Networking |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-undertow |
Version | Version2.7.3.Final |
Type | Typejar |
Description |
DescriptionQuarkus - Undertow - Runtime
Support for servlets
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-undertow</artifactId>
<version>2.7.3.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow/
implementation 'io.quarkus:quarkus-undertow:2.7.3.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow/
implementation ("io.quarkus:quarkus-undertow:2.7.3.Final")
'io.quarkus:quarkus-undertow:jar:2.7.3.Final'
<dependency org="io.quarkus" name="quarkus-undertow" rev="2.7.3.Final">
<artifact name="quarkus-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-undertow', version='2.7.3.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-undertow" % "2.7.3.Final"
[io.quarkus/quarkus-undertow "2.7.3.Final"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-arc | jar | |
io.quarkus : quarkus-vertx-http | jar | |
io.quarkus.security : quarkus-security | jar | |
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | |
io.quarkus.http : quarkus-http-servlet | jar | |
jakarta.servlet : jakarta.servlet-api | jar | |
jakarta.annotation : jakarta.annotation-api | jar | |
io.quarkus.http : quarkus-http-vertx-backend | jar | |
io.quarkus.http : quarkus-http-core | jar | |
io.quarkus : quarkus-core | jar | |
org.eclipse.microprofile.context-propagation : microprofile-context-propagation-api | jar |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : svm | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.7.3.Final |