Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.kotlintest |
ArtifactId | ArtifactIdkotlintest-runner-console |
Version | Version3.3.1 |
Type | Typejar |
Filename | Size |
---|---|
kotlintest-runner-console-3.3.1.pom | |
kotlintest-runner-console-3.3.1.jar | 25 KB |
kotlintest-runner-console-3.3.1-sources.jar | 707 bytes |
kotlintest-runner-console-3.3.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.kotlintest/kotlintest-runner-console/ -->
<dependency>
<groupId>io.kotlintest</groupId>
<artifactId>kotlintest-runner-console</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-runner-console/
implementation 'io.kotlintest:kotlintest-runner-console:3.3.1'
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-runner-console/
implementation ("io.kotlintest:kotlintest-runner-console:3.3.1")
'io.kotlintest:kotlintest-runner-console:jar:3.3.1'
<dependency org="io.kotlintest" name="kotlintest-runner-console" rev="3.3.1">
<artifact name="kotlintest-runner-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kotlintest', module='kotlintest-runner-console', version='3.3.1')
)
libraryDependencies += "io.kotlintest" % "kotlintest-runner-console" % "3.3.1"
[io.kotlintest/kotlintest-runner-console "3.3.1"]