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

org.junit.platform:junit-platform-launcher 1.0.0

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

Категории

Категории

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

Группа

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

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

junit-platform-launcher
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать junit-platform-launcher 1.0.0


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