Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdio.kotest |
ArtifactId | ArtifactIdkotest-runner-junit5 |
Version | Version4.0.0-BETA3 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-runner-junit5/ -->
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-junit5</artifactId>
<version>4.0.0-BETA3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-runner-junit5/
implementation 'io.kotest:kotest-runner-junit5:4.0.0-BETA3'
// https://jarcasting.com/artifacts/io.kotest/kotest-runner-junit5/
implementation ("io.kotest:kotest-runner-junit5:4.0.0-BETA3")
'io.kotest:kotest-runner-junit5:pom:4.0.0-BETA3'
<dependency org="io.kotest" name="kotest-runner-junit5" rev="4.0.0-BETA3">
<artifact name="kotest-runner-junit5" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-runner-junit5', version='4.0.0-BETA3')
)
libraryDependencies += "io.kotest" % "kotest-runner-junit5" % "4.0.0-BETA3"
[io.kotest/kotest-runner-junit5 "4.0.0-BETA3"]