не последняя версия
Последняя версия 0.12

de.mklinger.commons:junit-support 0.9

Helpers and base test classes for junit

Категории

Категории

JUnit Тестирование компонентов
Группа

Группа

de.mklinger.commons
Идентификатор

Идентификатор

junit-support
Версия

Версия

0.9
Тип

Тип

jar

Скачать 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"]