License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdio.kotlintest |
ArtifactId | ArtifactIdkotlintest-samples |
Last Version | Last Version3.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlinTest
Kotlin Test Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlintest-samples-3.0.6.pom | |
kotlintest-samples-3.0.6.jar | 261 bytes |
kotlintest-samples-3.0.6-sources.jar | 261 bytes |
kotlintest-samples-3.0.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.kotlintest/kotlintest-samples/ -->
<dependency>
<groupId>io.kotlintest</groupId>
<artifactId>kotlintest-samples</artifactId>
<version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-samples/
implementation 'io.kotlintest:kotlintest-samples:3.0.6'
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-samples/
implementation ("io.kotlintest:kotlintest-samples:3.0.6")
'io.kotlintest:kotlintest-samples:jar:3.0.6'
<dependency org="io.kotlintest" name="kotlintest-samples" rev="3.0.6">
<artifact name="kotlintest-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kotlintest', module='kotlintest-samples', version='3.0.6')
)
libraryDependencies += "io.kotlintest" % "kotlintest-samples" % "3.0.6"
[io.kotlintest/kotlintest-samples "3.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.30 |