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

org.junit.platform:junit-platform-testkit 1.5.0-RC2

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

Категории

Категории

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

Группа

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

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

junit-platform-testkit
Версия

Версия

1.5.0-RC2
Тип

Тип

jar

Скачать junit-platform-testkit 1.5.0-RC2


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