Download hamkrest-0.0.7.0.jar file - Jar h

Jar examples for h:hamkrest

Description

Matcher library for Kotlin. A port of Hamcrest, made more Kotlin-esque.

You can download jar file hamkrest 0.0.7.0 in this page.

License

Apache 2.0

Build File

You can use the following script to add hamkrest-0.0.7.0.jar to your project.

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

Download

Click the following link to download the jar file.

hamkrest-0.0.7.0-javadoc.jar
hamkrest-0.0.7.0-sources.jar
hamkrest-0.0.7.0.jar
hamkrest-0.0.7.0.pom



Related Tutorials