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

org.junit.platform:junit-platform-reporting 1.5.0-M1

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

Категории

Категории

JUnit Тестирование компонентов Reporting Прикладные библиотеки ORM Данные
Группа

Группа

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

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

junit-platform-reporting
Версия

Версия

1.5.0-M1
Тип

Тип

jar

Скачать junit-platform-reporting 1.5.0-M1


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