License |
License |
---|---|
GroupId | GroupIdio.kotest |
ArtifactId | ArtifactIdkotest-runner-console |
Version | Version4.1.3.2 |
Type | Typepom |
Description |
DescriptionKotest
Kotlin Test Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-runner-console/ -->
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-console</artifactId>
<version>4.1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-runner-console/
implementation 'io.kotest:kotest-runner-console:4.1.3.2'
// https://jarcasting.com/artifacts/io.kotest/kotest-runner-console/
implementation ("io.kotest:kotest-runner-console:4.1.3.2")
'io.kotest:kotest-runner-console:pom:4.1.3.2'
<dependency org="io.kotest" name="kotest-runner-console" rev="4.1.3.2">
<artifact name="kotest-runner-console" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-runner-console', version='4.1.3.2')
)
libraryDependencies += "io.kotest" % "kotest-runner-console" % "4.1.3.2"
[io.kotest/kotest-runner-console "4.1.3.2"]