License |
License |
---|---|
Categories |
CategoriesKotlin Languages JUnit Unit Testing |
GroupId | GroupIdio.kotlintest |
ArtifactId | ArtifactIdkotlintest-runner-junit5 |
Last Version | Last Version3.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlinTest
Kotlin Test Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
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 |