License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdde.hilling.junit.cdi |
ArtifactId | ArtifactIdtest-microprofile |
Last Version | Last Version4.0.0-RC6 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionCDI Test Microprofile Integration Tests
Integration Tests for Microprofile Config in cdi-test
|
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-microprofile/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>test-microprofile</artifactId>
<version>4.0.0-RC6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-microprofile/
implementation 'de.hilling.junit.cdi:test-microprofile:4.0.0-RC6'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-microprofile/
implementation ("de.hilling.junit.cdi:test-microprofile:4.0.0-RC6")
'de.hilling.junit.cdi:test-microprofile:war:4.0.0-RC6'
<dependency org="de.hilling.junit.cdi" name="test-microprofile" rev="4.0.0-RC6">
<artifact name="test-microprofile" type="war" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='test-microprofile', version='4.0.0-RC6')
)
libraryDependencies += "de.hilling.junit.cdi" % "test-microprofile" % "4.0.0-RC6"
[de.hilling.junit.cdi/test-microprofile "4.0.0-RC6"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.platform : jakarta.jakartaee-api | jar | 9.1.0 |
org.eclipse.microprofile.config : microprofile-config-api | jar | 3.0 |
org.immutables : value | jar | 2.9.0 |
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
de.hilling.junit.cdi : cdi-test-jee | jar | 4.0.0-RC6 |
de.hilling.junit.cdi : cdi-test-microprofile | jar | 4.0.0-RC6 |
de.hilling.junit.cdi : cdi-test-core | jar | 4.0.0-RC6 |
org.jboss.weld : weld-core-impl | jar | |
org.jboss.weld.se : weld-se-core | jar | |
org.slf4j : slf4j-jdk14 | jar | 1.7.36 |
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.mockito : mockito-core | jar | 4.3.1 |
org.mockito : mockito-junit-jupiter | jar | 4.3.1 |