Download assertk-0.10.jar file - Jar a

Jar examples for a:assertk

Description

assertions for kotlin inspired by assertj

You can download jar file assertk 0.10 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add assertk-0.10.jar to your project.

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

Download

Click the following link to download the jar file.

assertk-0.10-javadoc.jar
assertk-0.10-sources.jar
assertk-0.10.jar
assertk-0.10.pom



Related Tutorials