| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdio.kotlintest |
| ArtifactId | ArtifactIdkotlintest-runner-jvm |
| 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 |
| Filename | Size |
|---|---|
| kotlintest-runner-jvm-3.4.2.pom | |
| kotlintest-runner-jvm-3.4.2.jar | 134 KB |
| kotlintest-runner-jvm-3.4.2-sources.jar | 18 KB |
| kotlintest-runner-jvm-3.4.2-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.kotlintest/kotlintest-runner-jvm/ -->
<dependency>
<groupId>io.kotlintest</groupId>
<artifactId>kotlintest-runner-jvm</artifactId>
<version>3.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-runner-jvm/
implementation 'io.kotlintest:kotlintest-runner-jvm:3.4.2'
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-runner-jvm/
implementation ("io.kotlintest:kotlintest-runner-jvm:3.4.2")
'io.kotlintest:kotlintest-runner-jvm:jar:3.4.2'
<dependency org="io.kotlintest" name="kotlintest-runner-jvm" rev="3.4.2">
<artifact name="kotlintest-runner-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kotlintest', module='kotlintest-runner-jvm', version='3.4.2')
)
libraryDependencies += "io.kotlintest" % "kotlintest-runner-jvm" % "3.4.2"
[io.kotlintest/kotlintest-runner-jvm "3.4.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.kotlintest : kotlintest-core | jar | 3.4.2 |
| io.kotlintest : kotlintest-extensions | jar | 3.4.2 |
| io.github.classgraph : classgraph | jar | 4.8.1 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| io.arrow-kt : arrow-core-extensions | jar | 0.9.0 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.1.1 |