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