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