| Категории |
КатегорииJUnit Тестирование компонентов |
|---|---|
| Группа | Группаio.kotest |
| Идентификатор | Идентификаторkotest-runner-junit5 |
| Версия | Версия4.0.0-BETA3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| kotest-runner-junit5-4.0.0-BETA3.pom | |
| kotest-runner-junit5-4.0.0-BETA3.module | 1 KB |
| kotest-runner-junit5-4.0.0-BETA3-javadoc.jar | 54 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-runner-junit5/ -->
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-junit5</artifactId>
<version>4.0.0-BETA3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-runner-junit5/
implementation 'io.kotest:kotest-runner-junit5:4.0.0-BETA3'
// https://jarcasting.com/artifacts/io.kotest/kotest-runner-junit5/
implementation ("io.kotest:kotest-runner-junit5:4.0.0-BETA3")
'io.kotest:kotest-runner-junit5:pom:4.0.0-BETA3'
<dependency org="io.kotest" name="kotest-runner-junit5" rev="4.0.0-BETA3">
<artifact name="kotest-runner-junit5" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-runner-junit5', version='4.0.0-BETA3')
)
libraryDependencies += "io.kotest" % "kotest-runner-junit5" % "4.0.0-BETA3"
[io.kotest/kotest-runner-junit5 "4.0.0-BETA3"]