<dependency>
<groupId>io.helidon.microprofile.websocket</groupId>
<artifactId>helidon-microprofile-websocket</artifactId>
<version>4.0.12</version>
</dependency>
implementation 'io.helidon.microprofile.websocket:helidon-microprofile-websocket:4.0.12'
implementation("io.helidon.microprofile.websocket:helidon-microprofile-websocket:4.0.12")
libraryDependencies += "io.helidon.microprofile.websocket" % "helidon-microprofile-websocket" % "4.0.12"
@Grapes(
@Grab(group='io.helidon.microprofile.websocket', module='helidon-microprofile-websocket', version='4.0.12')
)
<dependency org="io.helidon.microprofile.websocket" name="helidon-microprofile-websocket" rev="4.0.12" />
<parent> <groupId>io.helidon.microprofile</groupId> <artifactId>helidon-microprofile-project</artifactId> <version>4.0.12</version> </parent>
compile
|-- io.helidon.microprofile.cdi:helidon-microprofile-cdi
|-- io.helidon.microprofile.server:helidon-microprofile-server
|-- io.helidon.webserver:helidon-webserver
|-- io.helidon.webserver:helidon-webserver-websocket
|-- org.glassfish.tyrus:tyrus-core
|-- org.glassfish.tyrus:tyrus-server
|-- org.glassfish.tyrus:tyrus-container-jdk-client
|-- io.helidon.common:helidon-common
|-- jakarta.websocket:jakarta.websocket-api
|-- jakarta.websocket:jakarta.websocket-client-api
|-- io.helidon.common.features:helidon-common-features-api
provided
|-- jakarta.enterprise:jakarta.enterprise.cdi-api
test
|-- org.junit.jupiter:junit-jupiter-api
|-- org.glassfish.tyrus:tyrus-client
|-- io.helidon.microprofile.testing:helidon-microprofile-testing-junit5