License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus.http |
ArtifactId | ArtifactIdquarkus-http-websocket-core |
Version | Version4.0.0 |
Type | Typejar |
Description |
DescriptionJakarta WebSocket Core Implementation
WebSocket Parent
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-websocket-core/ -->
<dependency>
<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-websocket-core</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-websocket-core/
implementation 'io.quarkus.http:quarkus-http-websocket-core:4.0.0'
// https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-websocket-core/
implementation ("io.quarkus.http:quarkus-http-websocket-core:4.0.0")
'io.quarkus.http:quarkus-http-websocket-core:jar:4.0.0'
<dependency org="io.quarkus.http" name="quarkus-http-websocket-core" rev="4.0.0">
<artifact name="quarkus-http-websocket-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.http', module='quarkus-http-websocket-core', version='4.0.0')
)
libraryDependencies += "io.quarkus.http" % "quarkus-http-websocket-core" % "4.0.0"
[io.quarkus.http/quarkus-http-websocket-core "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.logging : jboss-logging | jar | 3.4.0.Final |
io.netty : netty-codec-http | jar | 4.1.60.Final |
org.jboss.spec.javax.websocket : jboss-websocket-api_1.1_spec | jar | 1.1.4.Final |
Group / Artifact | Type | Version |
---|---|---|
org.jboss.logging : jboss-logging-processor | jar | 2.2.0.Final |
org.osgi : org.osgi.core Optional | jar | 6.0.0 |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus.http : quarkus-http-core | jar | 4.0.0 |
io.quarkus.http : quarkus-http-servlet | jar | 4.0.0 |
io.quarkus.http : quarkus-http-vertx-backend | jar | 4.0.0 |
io.quarkus.http : quarkus-http-core | test-jar | 4.0.0 |
io.quarkus.http : quarkus-http-servlet | test-jar | 4.0.0 |
junit : junit | jar | 4.13.1 |
org.jboss.logmanager : jboss-logmanager | jar | 2.1.10.Final |
org.apache.httpcomponents : httpclient | jar | 4.5.12 |
org.wildfly.openssl : wildfly-openssl | jar | 1.0.4.Final |