License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.kotest |
ArtifactId | ArtifactIdkotest-runner-junit4 |
Last Version | Last Version5.3.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKotest
Kotlin Test Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotest-runner-junit4-5.3.2.pom | |
kotest-runner-junit4-5.3.2.module | 1 KB |
kotest-runner-junit4-5.3.2-javadoc.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-runner-junit4/ -->
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-junit4</artifactId>
<version>5.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-runner-junit4/
implementation 'io.kotest:kotest-runner-junit4:5.3.2'
// https://jarcasting.com/artifacts/io.kotest/kotest-runner-junit4/
implementation ("io.kotest:kotest-runner-junit4:5.3.2")
'io.kotest:kotest-runner-junit4:pom:5.3.2'
<dependency org="io.kotest" name="kotest-runner-junit4" rev="5.3.2">
<artifact name="kotest-runner-junit4" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-runner-junit4', version='5.3.2')
)
libraryDependencies += "io.kotest" % "kotest-runner-junit4" % "5.3.2"
[io.kotest/kotest-runner-junit4 "5.3.2"]