Download kotlintest-runner-junit5-3.1.6.jar file - Jar k

Jar examples for k:kotlintest-runner-junit5

Description

Kotlin Test Framework

You can download jar file kotlintest-runner-junit5 3.1.6 in this page.

License

The Apache 2.0 License

Build File

You can use the following script to add kotlintest-runner-junit5-3.1.6.jar to your project.

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

Download

Click the following link to download the jar file.

kotlintest-runner-junit5-3.1.6-javadoc.jar
kotlintest-runner-junit5-3.1.6-sources.jar
kotlintest-runner-junit5-3.1.6.jar
kotlintest-runner-junit5-3.1.6.pom



Related Tutorials