| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdde.hilling.junit.cdi |
| ArtifactId | ArtifactIdcdi-test-api |
| Last Version | Last Version4.0.0-RC6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncdi-test api
Basic annotations and interfaces for cdi-test
|
| Filename | Size |
|---|---|
| cdi-test-api-4.0.0-RC6.pom | |
| cdi-test-api-4.0.0-RC6.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test-api/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>cdi-test-api</artifactId>
<version>4.0.0-RC6</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test-api/
implementation 'de.hilling.junit.cdi:cdi-test-api:4.0.0-RC6'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test-api/
implementation ("de.hilling.junit.cdi:cdi-test-api:4.0.0-RC6")
'de.hilling.junit.cdi:cdi-test-api:jar:4.0.0-RC6'
<dependency org="de.hilling.junit.cdi" name="cdi-test-api" rev="4.0.0-RC6">
<artifact name="cdi-test-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='cdi-test-api', version='4.0.0-RC6')
)
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test-api" % "4.0.0-RC6"
[de.hilling.junit.cdi/cdi-test-api "4.0.0-RC6"]
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 3.0.0 |
| jakarta.annotation : jakarta.annotation-api | jar | 2.0.0 |
| org.immutables : value | jar | 2.9.0 |