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