Categories |
CategoriesQuarkus Container Microservices Undertow Net Networking |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-undertow |
Version | Version0.23.2 |
Type | Typejar |
Filename | Size |
---|---|
quarkus-undertow-0.23.2.pom | |
quarkus-undertow-0.23.2.jar | 56 KB |
quarkus-undertow-0.23.2-sources.jar | 21 KB |
quarkus-undertow-0.23.2-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-undertow</artifactId>
<version>0.23.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow/
implementation 'io.quarkus:quarkus-undertow:0.23.2'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow/
implementation ("io.quarkus:quarkus-undertow:0.23.2")
'io.quarkus:quarkus-undertow:jar:0.23.2'
<dependency org="io.quarkus" name="quarkus-undertow" rev="0.23.2">
<artifact name="quarkus-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-undertow', version='0.23.2')
)
libraryDependencies += "io.quarkus" % "quarkus-undertow" % "0.23.2"
[io.quarkus/quarkus-undertow "0.23.2"]