Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdde.hilling.junit.cdi |
ArtifactId | ArtifactIdtest-microprofile |
Version | Version4.0.0-RC2 |
Type | Typewar |
<!-- 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-RC2</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-RC2'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-microprofile/
implementation ("de.hilling.junit.cdi:test-microprofile:4.0.0-RC2")
'de.hilling.junit.cdi:test-microprofile:war:4.0.0-RC2'
<dependency org="de.hilling.junit.cdi" name="test-microprofile" rev="4.0.0-RC2">
<artifact name="test-microprofile" type="war" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='test-microprofile', version='4.0.0-RC2')
)
libraryDependencies += "de.hilling.junit.cdi" % "test-microprofile" % "4.0.0-RC2"
[de.hilling.junit.cdi/test-microprofile "4.0.0-RC2"]