h

helidon-microprofile-websocket

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