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