License |
License |
---|---|
GroupId | GroupIdio.kotest |
ArtifactId | ArtifactIdkotest-common |
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-common-5.3.2.pom | |
kotest-common-5.3.2.module | 1 KB |
kotest-common-5.3.2-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-common/ -->
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-common</artifactId>
<version>5.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-common/
implementation 'io.kotest:kotest-common:5.3.2'
// https://jarcasting.com/artifacts/io.kotest/kotest-common/
implementation ("io.kotest:kotest-common:5.3.2")
'io.kotest:kotest-common:pom:5.3.2'
<dependency org="io.kotest" name="kotest-common" rev="5.3.2">
<artifact name="kotest-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-common', version='5.3.2')
)
libraryDependencies += "io.kotest" % "kotest-common" % "5.3.2"
[io.kotest/kotest-common "5.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.21 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1 |