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

de.christofreichardt:junit5-ext 1.0.0-beta

JUnit5 extensions

Категории

Категории

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

Группа

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

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

junit5-ext
Версия

Версия

1.0.0-beta
Тип

Тип

jar

Скачать junit5-ext 1.0.0-beta


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