Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdde.hilling.junit.cdi |
ArtifactId | ArtifactIdtest-jee |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
test-jee-0.9.0.pom | |
test-jee-0.9.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-jee/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>test-jee</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-jee/
implementation 'de.hilling.junit.cdi:test-jee:0.9.0'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-jee/
implementation ("de.hilling.junit.cdi:test-jee:0.9.0")
'de.hilling.junit.cdi:test-jee:jar:0.9.0'
<dependency org="de.hilling.junit.cdi" name="test-jee" rev="0.9.0">
<artifact name="test-jee" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='test-jee', version='0.9.0')
)
libraryDependencies += "de.hilling.junit.cdi" % "test-jee" % "0.9.0"
[de.hilling.junit.cdi/test-jee "0.9.0"]