| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdde.hilling.junit.cdi |
| ArtifactId | ArtifactIdcdi-test-microprofile |
| Version | Version3.3.8 |
| Type | Typejar |
| Description |
Descriptioncdi-test microprofile-config extension
support microprofile-config in cdi-test
|
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test-microprofile/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>cdi-test-microprofile</artifactId>
<version>3.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test-microprofile/
implementation 'de.hilling.junit.cdi:cdi-test-microprofile:3.3.8'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test-microprofile/
implementation ("de.hilling.junit.cdi:cdi-test-microprofile:3.3.8")
'de.hilling.junit.cdi:cdi-test-microprofile:jar:3.3.8'
<dependency org="de.hilling.junit.cdi" name="cdi-test-microprofile" rev="3.3.8">
<artifact name="cdi-test-microprofile" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='cdi-test-microprofile', version='3.3.8')
)
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test-microprofile" % "3.3.8"
[de.hilling.junit.cdi/cdi-test-microprofile "3.3.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.smallrye.config : smallrye-config | jar | 2.8.1 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| de.hilling.junit.cdi : cdi-test-core | jar | 3.3.8 |
| org.mockito : mockito-core | jar | 4.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.microprofile.config : microprofile-config-api | jar | 2.0 |
| jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 2.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-junit-jupiter | jar | 4.2.0 |
| org.jboss.weld.se : weld-se-core | jar | |
| org.slf4j : slf4j-jdk14 | jar | 1.7.32 |
| org.jboss.weld : weld-core-impl | jar | |
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |