h

helidon-microprofile-tests-junit5

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