is not current version
Last Version 2.7.6.Final

io.quarkus:quarkus-undertow-websockets 1.13.5.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

1.13.5.Final
Type

Type

jar

Download quarkus-undertow-websockets 1.13.5.Final


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