Download kotlintest-assertions-3.0.0.jar file - Jar k

Jar examples for k:kotlintest-assertions

Description

Kotlin Test Framework

You can download jar file kotlintest-assertions 3.0.0 in this page.

License

The Apache 2.0 License

Build File

You can use the following script to add kotlintest-assertions-3.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

kotlintest-assertions-3.0.0-javadoc.jar
kotlintest-assertions-3.0.0-sources.jar
kotlintest-assertions-3.0.0.jar
kotlintest-assertions-3.0.0.pom



Related Tutorials