is not current version
Last Version 4.0.0-RC6

de.hilling.junit.cdi:cdi-test-core 4.0.0-RC2

implementation of cdi-test

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

de.hilling.junit.cdi
ArtifactId

ArtifactId

cdi-test-core
Version

Version

4.0.0-RC2
Type

Type

jar

Download cdi-test-core 4.0.0-RC2


<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test-core/ -->
<dependency>
    <groupId>de.hilling.junit.cdi</groupId>
    <artifactId>cdi-test-core</artifactId>
    <version>4.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test-core/
implementation 'de.hilling.junit.cdi:cdi-test-core:4.0.0-RC2'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test-core/
implementation ("de.hilling.junit.cdi:cdi-test-core:4.0.0-RC2")
'de.hilling.junit.cdi:cdi-test-core:jar:4.0.0-RC2'
<dependency org="de.hilling.junit.cdi" name="cdi-test-core" rev="4.0.0-RC2">
  <artifact name="cdi-test-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='cdi-test-core', version='4.0.0-RC2')
)
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test-core" % "4.0.0-RC2"
[de.hilling.junit.cdi/cdi-test-core "4.0.0-RC2"]