h

helidon-common-testing-junit5

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