License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices CLI User Interface |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-websockets-client |
Last Version | Last Version2.10.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuarkus - WebSockets Client - Runtime
WebSocket communication channel support
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-websockets-client/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-websockets-client</artifactId>
<version>2.10.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-websockets-client/
implementation 'io.quarkus:quarkus-websockets-client:2.10.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-websockets-client/
implementation ("io.quarkus:quarkus-websockets-client:2.10.0.Final")
'io.quarkus:quarkus-websockets-client:jar:2.10.0.Final'
<dependency org="io.quarkus" name="quarkus-websockets-client" rev="2.10.0.Final">
<artifact name="quarkus-websockets-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-websockets-client', version='2.10.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-websockets-client" % "2.10.0.Final"
[io.quarkus/quarkus-websockets-client "2.10.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-vertx | jar | |
io.quarkus.security : quarkus-security | jar | |
jakarta.websocket : jakarta.websocket-api | jar | |
io.quarkus.http : quarkus-http-websocket-core | jar |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : svm | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.10.0.Final |