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