is not current version
Last Version 3.4.2

io.kotlintest:kotlintest-core 3.1.0-RC4

Kotlin Test Framework

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.kotlintest
ArtifactId

ArtifactId

kotlintest-core
Version

Version

3.1.0-RC4
Type

Type

jar

Download kotlintest-core 3.1.0-RC4


<!-- https://jarcasting.com/artifacts/io.kotlintest/kotlintest-core/ -->
<dependency>
    <groupId>io.kotlintest</groupId>
    <artifactId>kotlintest-core</artifactId>
    <version>3.1.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-core/
implementation 'io.kotlintest:kotlintest-core:3.1.0-RC4'
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-core/
implementation ("io.kotlintest:kotlintest-core:3.1.0-RC4")
'io.kotlintest:kotlintest-core:jar:3.1.0-RC4'
<dependency org="io.kotlintest" name="kotlintest-core" rev="3.1.0-RC4">
  <artifact name="kotlintest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kotlintest', module='kotlintest-core', version='3.1.0-RC4')
)
libraryDependencies += "io.kotlintest" % "kotlintest-core" % "3.1.0-RC4"
[io.kotlintest/kotlintest-core "3.1.0-RC4"]