License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Undertow Net Networking |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-undertow |
Version | Version2.7.0.CR1 |
Type | Typejar |
Description |
DescriptionQuarkus - Undertow - Runtime
Support for servlets
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-undertow-2.7.0.CR1.pom | |
quarkus-undertow-2.7.0.CR1.jar | 78 KB |
quarkus-undertow-2.7.0.CR1-sources.jar | 29 KB |
quarkus-undertow-2.7.0.CR1-javadoc.jar | 559 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-undertow</artifactId>
<version>2.7.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow/
implementation 'io.quarkus:quarkus-undertow:2.7.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow/
implementation ("io.quarkus:quarkus-undertow:2.7.0.CR1")
'io.quarkus:quarkus-undertow:jar:2.7.0.CR1'
<dependency org="io.quarkus" name="quarkus-undertow" rev="2.7.0.CR1">
<artifact name="quarkus-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-undertow', version='2.7.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-undertow" % "2.7.0.CR1"
[io.quarkus/quarkus-undertow "2.7.0.CR1"]
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.0.CR1 |