is not current version
Last Version 0.12

de.mklinger.commons:junit-support 0.9

Helpers and base test classes for junit

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

de.mklinger.commons
ArtifactId

ArtifactId

junit-support
Version

Version

0.9
Type

Type

jar

Download junit-support 0.9


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