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

org.junit.platform:junit-platform-surefire-provider 1.2.0-M1

Module "junit-platform-surefire-provider" of JUnit 5.

Категории

Категории

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

Группа

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

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

junit-platform-surefire-provider
Версия

Версия

1.2.0-M1
Тип

Тип

jar

Скачать junit-platform-surefire-provider 1.2.0-M1


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