| Categories |
CategoriesJUnit Unit Testing |
|---|---|
| GroupId | GroupIdde.hilling.junit.cdi |
| ArtifactId | ArtifactIdtest-db |
| Version | Version0.13.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| test-db-0.13.0.pom | |
| test-db-0.13.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>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-db/
implementation 'de.hilling.junit.cdi:test-db:0.13.0'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-db/
implementation ("de.hilling.junit.cdi:test-db:0.13.0")
'de.hilling.junit.cdi:test-db:jar:0.13.0'
<dependency org="de.hilling.junit.cdi" name="test-db" rev="0.13.0">
<artifact name="test-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='test-db', version='0.13.0')
)
libraryDependencies += "de.hilling.junit.cdi" % "test-db" % "0.13.0"
[de.hilling.junit.cdi/test-db "0.13.0"]