не последняя версия
Последняя версия 5.0-alpha-3

org.junit.contrib:junit-theories 5.0-alpha-1

JUnit theories runner

Категории

Категории

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

Группа

org.junit.contrib
Идентификатор

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

junit-theories
Версия

Версия

5.0-alpha-1
Тип

Тип

jar

Скачать junit-theories 5.0-alpha-1


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