License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Undertow Net Networking |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-undertow-websockets |
Version | Version2.7.5.Final |
Type | Typejar |
Description |
DescriptionQuarkus - Undertow - WebSockets - Legacy Compat Artifact
Legacy artifact, use quarkus-websockets instead
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow-websockets/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-undertow-websockets</artifactId>
<version>2.7.5.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow-websockets/
implementation 'io.quarkus:quarkus-undertow-websockets:2.7.5.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow-websockets/
implementation ("io.quarkus:quarkus-undertow-websockets:2.7.5.Final")
'io.quarkus:quarkus-undertow-websockets:jar:2.7.5.Final'
<dependency org="io.quarkus" name="quarkus-undertow-websockets" rev="2.7.5.Final">
<artifact name="quarkus-undertow-websockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-undertow-websockets', version='2.7.5.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-undertow-websockets" % "2.7.5.Final"
[io.quarkus/quarkus-undertow-websockets "2.7.5.Final"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-websockets | jar | |
io.quarkus : quarkus-undertow | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.7.5.Final |