h

helidon-nima-testing-junit5-websocket

文件下载
文件名 操作
helidon-nima-testing-junit5-websocket-4.0.0-M1.jar 下载
helidon-nima-testing-junit5-websocket-4.0.0-M1.pom 下载
helidon-nima-testing-junit5-websocket-4.0.0-M1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.helidon.nima.testing.junit5</groupId>
  <artifactId>helidon-nima-testing-junit5-websocket</artifactId>
  <version>4.0.0-M1</version>
</dependency>
Gradle Groovy
implementation 'io.helidon.nima.testing.junit5:helidon-nima-testing-junit5-websocket:4.0.0-M1'
Gradle Kotlin
implementation("io.helidon.nima.testing.junit5:helidon-nima-testing-junit5-websocket:4.0.0-M1")
Scala SBT
libraryDependencies += "io.helidon.nima.testing.junit5" % "helidon-nima-testing-junit5-websocket" % "4.0.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='io.helidon.nima.testing.junit5', module='helidon-nima-testing-junit5-websocket', version='4.0.0-M1')
)
Apache Ivy
<dependency org="io.helidon.nima.testing.junit5" name="helidon-nima-testing-junit5-websocket" rev="4.0.0-M1" />
Leiningen
[io.helidon.nima.testing.junit5/helidon-nima-testing-junit5-websocket "4.0.0-M1"]
Apache Buildr
'io.helidon.nima.testing.junit5:helidon-nima-testing-junit5-websocket:jar:4.0.0-M1'