Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.kotlintest |
ArtifactId | ArtifactIdkotlintest-runner-console |
Version | Version3.3.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.kotlintest/kotlintest-runner-console/ -->
<dependency>
<groupId>io.kotlintest</groupId>
<artifactId>kotlintest-runner-console</artifactId>
<version>3.3.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-runner-console/
implementation 'io.kotlintest:kotlintest-runner-console:3.3.0-RC2'
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-runner-console/
implementation ("io.kotlintest:kotlintest-runner-console:3.3.0-RC2")
'io.kotlintest:kotlintest-runner-console:jar:3.3.0-RC2'
<dependency org="io.kotlintest" name="kotlintest-runner-console" rev="3.3.0-RC2">
<artifact name="kotlintest-runner-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kotlintest', module='kotlintest-runner-console', version='3.3.0-RC2')
)
libraryDependencies += "io.kotlintest" % "kotlintest-runner-console" % "3.3.0-RC2"
[io.kotlintest/kotlintest-runner-console "3.3.0-RC2"]