Download expect.kt-0.6.2.jar file - Jar e

Jar examples for e:expect.kt

Description

Readable test assertions in Kotlin.

You can download jar file expect.kt 0.6.2 in this page.

License

Apache-2.0

Build File

You can use the following script to add expect.kt-0.6.2.jar to your project.

<dependency>
   <groupId>com.nhaarman</groupId>
   <artifactId>expect.kt</artifactId>
   <version>0.6.2</version>
</dependency>
compile group: 'com.nhaarman', name: 'expect.kt', version: '0.6.2'
libraryDependencies += "com.nhaarman" % "expect.kt" % "0.6.2"
<dependency org="com.nhaarman" name="expect.kt" rev="0.6.2"/>
@Grapes(@Grab(group='com.nhaarman', module='expect.kt', version='0.6.2'))
'com.nhaarman:expect.kt:jar:0.6.2'

Download

Click the following link to download the jar file.

expect.kt-0.6.2-javadoc.jar
expect.kt-0.6.2-sources.jar
expect.kt-0.6.2.jar
expect.kt-0.6.2.pom



Related Tutorials