Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdde.hilling.junit.cdi |
ArtifactId | ArtifactIdtest-microprofile |
Version | Version3.4.0 |
Type | Typewar |
Filename | Size |
---|---|
test-microprofile-3.4.0.pom | |
test-microprofile-3.4.0.war | 11 KB |
test-microprofile-3.4.0-sources.jar | 6 KB |
test-microprofile-3.4.0-javadoc.jar | 427 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-microprofile/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>test-microprofile</artifactId>
<version>3.4.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-microprofile/
implementation 'de.hilling.junit.cdi:test-microprofile:3.4.0'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-microprofile/
implementation ("de.hilling.junit.cdi:test-microprofile:3.4.0")
'de.hilling.junit.cdi:test-microprofile:war:3.4.0'
<dependency org="de.hilling.junit.cdi" name="test-microprofile" rev="3.4.0">
<artifact name="test-microprofile" type="war" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='test-microprofile', version='3.4.0')
)
libraryDependencies += "de.hilling.junit.cdi" % "test-microprofile" % "3.4.0"
[de.hilling.junit.cdi/test-microprofile "3.4.0"]