Last Version

KotlinTest 3.0.0-RC2

Kotlin Test Framework

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.kotlintest
ArtifactId

ArtifactId

kotlintest-tests
Version

Version

3.0.0-RC2
Type

Type

jar
Description

Description

KotlinTest
Kotlin Test Framework
Project URL

Project URL

http://www.github.com/kotlintest/kotlintest
Source Code Management

Source Code Management

http://www.github.com/kotlintest/kotlintest/

Download kotlintest-tests 3.0.0-RC2


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

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.2.30
org.jetbrains.kotlin : kotlin-reflect jar 1.2.30
io.kotlintest : kotlintest-core jar 3.0.0-RC2
io.kotlintest : kotlintest-assertions jar 3.0.0-RC2

test (1)

Group / Artifact Type Version
io.kotlintest : kotlintest-runner-junit5 jar 3.0.0-RC2

Project Modules

There are no modules declared in this project.