is not current version
Last Version 4.0.0-RC6

de.hilling.junit.cdi:cdi-test 3.0.0

JUnit Add-On for Simple Testing of CDI Components

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

de.hilling.junit.cdi
ArtifactId

ArtifactId

cdi-test
Version

Version

3.0.0
Type

Type

pom

Download cdi-test 3.0.0

Filename Size
cdi-test-3.0.0.pom 16 KB
Browse

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