License |
License |
---|---|
GroupId | GroupIdio.kotest |
ArtifactId | ArtifactIdkotest-property |
Last Version | Last Version5.3.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKotest
Kotlin Test Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotest-property-5.3.2.pom | |
kotest-property-5.3.2.module | 1 KB |
kotest-property-5.3.2-javadoc.jar | 232 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-property/ -->
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-property</artifactId>
<version>5.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-property/
implementation 'io.kotest:kotest-property:5.3.2'
// https://jarcasting.com/artifacts/io.kotest/kotest-property/
implementation ("io.kotest:kotest-property:5.3.2")
'io.kotest:kotest-property:pom:5.3.2'
<dependency org="io.kotest" name="kotest-property" rev="5.3.2">
<artifact name="kotest-property" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-property', version='5.3.2')
)
libraryDependencies += "io.kotest" % "kotest-property" % "5.3.2"
[io.kotest/kotest-property "5.3.2"]
Group / Artifact | Type | Version |
---|---|---|
io.kotest : kotest-common | jar | 5.3.2 |
io.kotest : kotest-assertions-shared | jar | 5.3.2 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.21 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1 |