is not current version
Last Version 4.0.0-RC6

de.hilling.junit.cdi:cdi-test-api 3.3.10

Basic annotations and interfaces for cdi-test

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

de.hilling.junit.cdi
ArtifactId

ArtifactId

cdi-test-api
Version

Version

3.3.10
Type

Type

jar

Download cdi-test-api 3.3.10


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