Last Version

KotlinTest 3.4.2

Kotlin Test Framework

License

License

Categories

Categories

Kotlin Languages JUnit Unit Testing
GroupId

GroupId

io.kotlintest
ArtifactId

ArtifactId

kotlintest-runner-junit5
Version

Version

3.4.2
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-runner-junit5 3.4.2


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

Dependencies

compile (7)

Group / Artifact Type Version
io.kotlintest : kotlintest-core jar 3.4.2
io.kotlintest : kotlintest-assertions jar 3.4.2
io.kotlintest : kotlintest-runner-jvm jar 3.4.2
io.kotlintest : kotlintest-runner-console jar 3.4.2
org.junit.platform : junit-platform-engine jar 1.4.0
org.junit.platform : junit-platform-suite-api jar 1.4.0
org.junit.platform : junit-platform-launcher jar 1.4.0

Project Modules

There are no modules declared in this project.