h

helidon-microprofile-websocket

Helidon MP integration with Tyrus
Files download
File Operation
helidon-microprofile-websocket-3.2.8.jar download
helidon-microprofile-websocket-3.2.8.pom download
helidon-microprofile-websocket-3.2.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.helidon.microprofile.websocket</groupId>
  <artifactId>helidon-microprofile-websocket</artifactId>
  <version>3.2.8</version>
</dependency>
Gradle Groovy
implementation 'io.helidon.microprofile.websocket:helidon-microprofile-websocket:3.2.8'
Gradle Kotlin
implementation("io.helidon.microprofile.websocket:helidon-microprofile-websocket:3.2.8")
Scala SBT
libraryDependencies += "io.helidon.microprofile.websocket" % "helidon-microprofile-websocket" % "3.2.8"
Groovy Grape
@Grapes(
  @Grab(group='io.helidon.microprofile.websocket', module='helidon-microprofile-websocket', version='3.2.8')
)
Apache Ivy
<dependency org="io.helidon.microprofile.websocket" name="helidon-microprofile-websocket" rev="3.2.8" />
Leiningen
[io.helidon.microprofile.websocket/helidon-microprofile-websocket "3.2.8"]
Apache Buildr
'io.helidon.microprofile.websocket:helidon-microprofile-websocket:jar:3.2.8'