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