h

helidon-microprofile-tests-junit5

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