h

helidon-microprofile-tests-junit5

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