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