h

helidon-microprofile-tests-junit5

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