Last Version

KotlinTest 2.0.7

Kotlin Test Framework

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.kotlintest
ArtifactId

ArtifactId

kotlintest
Version

Version

2.0.7
Type

Type

jar
Description

Description

KotlinTest
Kotlin Test Framework
Project URL

Project URL

http://www.github.com/kotlintest/kotlintest
Source Code Management

Source Code Management

http://www.github.com/kotlintest/kotlintest/

Download kotlintest 2.0.7


<!-- 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"]

Dependencies

compile (5)

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

Project Modules

There are no modules declared in this project.