License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdde.hilling.junit.cdi |
ArtifactId | ArtifactIdtest-db |
Version | Version1.2.0 |
Type | Typejar |
Description |
Descriptionjunit add-on for simple testing of cdi components
|
Filename | Size |
---|---|
test-db-1.2.0.pom | |
test-db-1.2.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-db/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>test-db</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-db/
implementation 'de.hilling.junit.cdi:test-db:1.2.0'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-db/
implementation ("de.hilling.junit.cdi:test-db:1.2.0")
'de.hilling.junit.cdi:test-db:jar:1.2.0'
<dependency org="de.hilling.junit.cdi" name="test-db" rev="1.2.0">
<artifact name="test-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='test-db', version='1.2.0')
)
libraryDependencies += "de.hilling.junit.cdi" % "test-db" % "1.2.0"
[de.hilling.junit.cdi/test-db "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.enterprise : cdi-api | jar | ${cdi-api.version} |
Group / Artifact | Type | Version |
---|---|---|
de.hilling.junit.cdi : cdi-test-core | jar | 1.2.0 |
org.apache.deltaspike.cdictrl : deltaspike-cdictrl-weld | jar | 1.8.0 |
org.jboss.weld.se : weld-se-core | jar | |
org.slf4j : slf4j-jdk14 | jar | 1.7.5 |