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