Download kotlintest-core-3.1.8.jar file - Jar k

Jar examples for k:kotlintest-core

Description

Kotlin Test Framework

You can download jar file kotlintest-core 3.1.8 in this page.

License

The Apache 2.0 License

Build File

You can use the following script to add kotlintest-core-3.1.8.jar to your project.

<dependency>
   <groupId>io.kotlintest</groupId>
   <artifactId>kotlintest-core</artifactId>
   <version>3.1.8</version>
</dependency>
compile group: 'io.kotlintest', name: 'kotlintest-core', version: '3.1.8'
libraryDependencies += "io.kotlintest" % "kotlintest-core" % "3.1.8"
<dependency org="io.kotlintest" name="kotlintest-core" rev="3.1.8"/>
@Grapes(@Grab(group='io.kotlintest', module='kotlintest-core', version='3.1.8'))
'io.kotlintest:kotlintest-core:jar:3.1.8'

Download

Click the following link to download the jar file.

kotlintest-core-3.1.8-javadoc.jar
kotlintest-core-3.1.8-sources.jar
kotlintest-core-3.1.8.jar
kotlintest-core-3.1.8.pom



Related Tutorials