is not current version
Last Version 3.0.0-M2

io.helidon.microprofile.tests:helidon-microprofile-tests-junit5 2.2.1

Integration with Junit5 to support tests with CDI injection

Categories

Categories

Helidon Container Microservices JUnit Unit Testing
GroupId

GroupId

io.helidon.microprofile.tests
ArtifactId

ArtifactId

helidon-microprofile-tests-junit5
Version

Version

2.2.1
Type

Type

jar

Download helidon-microprofile-tests-junit5 2.2.1


<!-- https://jarcasting.com/artifacts/io.helidon.microprofile.tests/helidon-microprofile-tests-junit5/ -->
<dependency>
    <groupId>io.helidon.microprofile.tests</groupId>
    <artifactId>helidon-microprofile-tests-junit5</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.microprofile.tests/helidon-microprofile-tests-junit5/
implementation 'io.helidon.microprofile.tests:helidon-microprofile-tests-junit5:2.2.1'
// https://jarcasting.com/artifacts/io.helidon.microprofile.tests/helidon-microprofile-tests-junit5/
implementation ("io.helidon.microprofile.tests:helidon-microprofile-tests-junit5:2.2.1")
'io.helidon.microprofile.tests:helidon-microprofile-tests-junit5:jar:2.2.1'
<dependency org="io.helidon.microprofile.tests" name="helidon-microprofile-tests-junit5" rev="2.2.1">
  <artifact name="helidon-microprofile-tests-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile.tests', module='helidon-microprofile-tests-junit5', version='2.2.1')
)
libraryDependencies += "io.helidon.microprofile.tests" % "helidon-microprofile-tests-junit5" % "2.2.1"
[io.helidon.microprofile.tests/helidon-microprofile-tests-junit5 "2.2.1"]