is not current version
Last Version 2.7.6.Final

io.quarkus:quarkus-undertow-websockets 2.2.1.Final

Legacy artifact, use quarkus-websockets instead

Categories

Categories

Quarkus Container Microservices Undertow Net Networking
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-undertow-websockets
Version

Version

2.2.1.Final
Type

Type

jar

Download quarkus-undertow-websockets 2.2.1.Final


<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow-websockets/ -->
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-undertow-websockets</artifactId>
    <version>2.2.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow-websockets/
implementation 'io.quarkus:quarkus-undertow-websockets:2.2.1.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-undertow-websockets/
implementation ("io.quarkus:quarkus-undertow-websockets:2.2.1.Final")
'io.quarkus:quarkus-undertow-websockets:jar:2.2.1.Final'
<dependency org="io.quarkus" name="quarkus-undertow-websockets" rev="2.2.1.Final">
  <artifact name="quarkus-undertow-websockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-undertow-websockets', version='2.2.1.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-undertow-websockets" % "2.2.1.Final"
[io.quarkus/quarkus-undertow-websockets "2.2.1.Final"]