License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdio.kotlintest |
ArtifactId | ArtifactIdkotlintest |
Last Version | Last Version2.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlinTest
Kotlin Test Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlintest-2.0.7.pom | |
kotlintest-2.0.7.jar | 161 KB |
kotlintest-2.0.7-sources.jar | 58 KB |
kotlintest-2.0.7-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.kotlintest/kotlintest/ -->
<dependency>
<groupId>io.kotlintest</groupId>
<artifactId>kotlintest</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest/
implementation 'io.kotlintest:kotlintest:2.0.7'
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest/
implementation ("io.kotlintest:kotlintest:2.0.7")
'io.kotlintest:kotlintest:jar:2.0.7'
<dependency org="io.kotlintest" name="kotlintest" rev="2.0.7">
<artifact name="kotlintest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kotlintest', module='kotlintest', version='2.0.7')
)
libraryDependencies += "io.kotlintest" % "kotlintest" % "2.0.7"
[io.kotlintest/kotlintest "2.0.7"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.51 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.1.51 |
org.mockito : mockito-core | jar | 2.7.11 |
org.reflections : reflections | jar | 0.9.11 |