License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdio.kotlintest |
ArtifactId | ArtifactIdkotlintest-core |
Last Version | Last Version3.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlinTest
Kotlin Test Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlintest-core-3.4.2.pom | |
kotlintest-core-3.4.2.jar | 291 KB |
kotlintest-core-3.4.2-sources.jar | 33 KB |
kotlintest-core-3.4.2-javadoc.jar | 323 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kotlintest/kotlintest-core/ -->
<dependency>
<groupId>io.kotlintest</groupId>
<artifactId>kotlintest-core</artifactId>
<version>3.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-core/
implementation 'io.kotlintest:kotlintest-core:3.4.2'
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-core/
implementation ("io.kotlintest:kotlintest-core:3.4.2")
'io.kotlintest:kotlintest-core:jar:3.4.2'
<dependency org="io.kotlintest" name="kotlintest-core" rev="3.4.2">
<artifact name="kotlintest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kotlintest', module='kotlintest-core', version='3.4.2')
)
libraryDependencies += "io.kotlintest" % "kotlintest-core" % "3.4.2"
[io.kotlintest/kotlintest-core "3.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.50 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.1.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.1 |
io.kotlintest : kotlintest-assertions | jar | 3.4.2 |