is not current version
Last Version 0.0.6

de.dbck.poc:poc-junit 0.0.4

Junit Test Project

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

de.dbck.poc
ArtifactId

ArtifactId

poc-junit
Version

Version

0.0.4
Type

Type

jar

Download poc-junit 0.0.4


<!-- https://jarcasting.com/artifacts/de.dbck.poc/poc-junit/ -->
<dependency>
    <groupId>de.dbck.poc</groupId>
    <artifactId>poc-junit</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.dbck.poc/poc-junit/
implementation 'de.dbck.poc:poc-junit:0.0.4'
// https://jarcasting.com/artifacts/de.dbck.poc/poc-junit/
implementation ("de.dbck.poc:poc-junit:0.0.4")
'de.dbck.poc:poc-junit:jar:0.0.4'
<dependency org="de.dbck.poc" name="poc-junit" rev="0.0.4">
  <artifact name="poc-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dbck.poc', module='poc-junit', version='0.0.4')
)
libraryDependencies += "de.dbck.poc" % "poc-junit" % "0.0.4"
[de.dbck.poc/poc-junit "0.0.4"]