Jar examples for k:kotlintest
Kotlin Test Framework
You can download jar file kotlintest 2.0.6 in this page.
The MIT License
You can use the following script to add kotlintest-2.0.6.jar to your project.
<dependency> <groupId>io.kotlintest</groupId> <artifactId>kotlintest</artifactId> <version>2.0.6</version> </dependency>
compile group: 'io.kotlintest', name: 'kotlintest', version: '2.0.6'
libraryDependencies += "io.kotlintest" % "kotlintest" % "2.0.6"
<dependency org="io.kotlintest" name="kotlintest" rev="2.0.6"/>
@Grapes(@Grab(group='io.kotlintest', module='kotlintest', version='2.0.6'))
'io.kotlintest:kotlintest:jar:2.0.6'
Click the following link to download the jar file.
kotlintest-2.0.6-javadoc.jar