| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаorg.junit |
| Идентификатор | Идентификаторsurefire-junit5 |
| Версия | Версия5.0.0-ALPHA |
| Тип | Типjar |
| Описание |
Описаниеorg.junit:surefire-junit5
Module "surefire-junit5" of JUnit 5.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| surefire-junit5-5.0.0-ALPHA.pom | |
| surefire-junit5-5.0.0-ALPHA.jar | 7 KB |
| surefire-junit5-5.0.0-ALPHA-sources.jar | 4 KB |
| surefire-junit5-5.0.0-ALPHA-javadoc.jar | 19 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.junit/surefire-junit5/ -->
<dependency>
<groupId>org.junit</groupId>
<artifactId>surefire-junit5</artifactId>
<version>5.0.0-ALPHA</version>
</dependency>
// https://jarcasting.com/artifacts/org.junit/surefire-junit5/
implementation 'org.junit:surefire-junit5:5.0.0-ALPHA'
// https://jarcasting.com/artifacts/org.junit/surefire-junit5/
implementation ("org.junit:surefire-junit5:5.0.0-ALPHA")
'org.junit:surefire-junit5:jar:5.0.0-ALPHA'
<dependency org="org.junit" name="surefire-junit5" rev="5.0.0-ALPHA">
<artifact name="surefire-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.junit', module='surefire-junit5', version='5.0.0-ALPHA')
)
libraryDependencies += "org.junit" % "surefire-junit5" % "5.0.0-ALPHA"
[org.junit/surefire-junit5 "5.0.0-ALPHA"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven.surefire : surefire-api | jar | 2.19 |
| org.apache.maven.surefire : common-java5 | jar | 2.19 |
| org.junit : junit-launcher | jar | 5.0.0-ALPHA |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit : junit4-engine | jar | 5.0.0-ALPHA |
| org.junit : junit5-engine | jar | 5.0.0-ALPHA |