не последняя версия
Последняя версия 1.9.0-M1

org.junit.platform:junit-platform-runner 1.4.2

Module "junit-platform-runner" of JUnit 5.

Категории

Категории

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

Группа

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

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

junit-platform-runner
Версия

Версия

1.4.2
Тип

Тип

jar

Скачать junit-platform-runner 1.4.2


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