| License | License | 
|---|---|
| Categories | CategoriesKotlin Languages JUnit Unit Testing | 
| GroupId | GroupIdio.kotlintest | 
| ArtifactId | ArtifactIdkotlintest-runner-junit4 | 
| 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-junit4/ -->
<dependency>
    <groupId>io.kotlintest</groupId>
    <artifactId>kotlintest-runner-junit4</artifactId>
    <version>3.4.2</version>
</dependency>// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-runner-junit4/
implementation 'io.kotlintest:kotlintest-runner-junit4:3.4.2'// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-runner-junit4/
implementation ("io.kotlintest:kotlintest-runner-junit4:3.4.2")'io.kotlintest:kotlintest-runner-junit4:jar:3.4.2'<dependency org="io.kotlintest" name="kotlintest-runner-junit4" rev="3.4.2">
  <artifact name="kotlintest-runner-junit4" type="jar" />
</dependency>@Grapes(
@Grab(group='io.kotlintest', module='kotlintest-runner-junit4', version='3.4.2')
)libraryDependencies += "io.kotlintest" % "kotlintest-runner-junit4" % "3.4.2"[io.kotlintest/kotlintest-runner-junit4 "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 | 
| junit : junit | jar | 4.12 |