h

helidon-microprofile-tests-junit5

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