h

helidon-microprofile-websocket

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