| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.kotest |
| Идентификатор | Идентификаторkotest-runner-console |
| Последняя версия | Последняя версия4.1.3.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеKotest
Kotlin Test Framework
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| kotest-runner-console-4.1.3.2.pom | |
| kotest-runner-console-4.1.3.2.module | 1 KB |
| kotest-runner-console-4.1.3.2-javadoc.jar | 57 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-runner-console/ -->
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-console</artifactId>
<version>4.1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-runner-console/
implementation 'io.kotest:kotest-runner-console:4.1.3.2'
// https://jarcasting.com/artifacts/io.kotest/kotest-runner-console/
implementation ("io.kotest:kotest-runner-console:4.1.3.2")
'io.kotest:kotest-runner-console:pom:4.1.3.2'
<dependency org="io.kotest" name="kotest-runner-console" rev="4.1.3.2">
<artifact name="kotest-runner-console" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-runner-console', version='4.1.3.2')
)
libraryDependencies += "io.kotest" % "kotest-runner-console" % "4.1.3.2"
[io.kotest/kotest-runner-console "4.1.3.2"]