h

helidon-webserver-testing-junit5-websocket

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