Jar examples for h:hamkrest
Matcher library for Kotlin. A port of Hamcrest, made more Kotlin-esque.
You can download jar file hamkrest 1.1.0.0 in this page.
Apache 2.0
You can use the following script to add hamkrest-1.1.0.0.jar to your project.
<dependency> <groupId>com.natpryce</groupId> <artifactId>hamkrest</artifactId> <version>1.1.0.0</version> </dependency>
compile group: 'com.natpryce', name: 'hamkrest', version: '1.1.0.0'
libraryDependencies += "com.natpryce" % "hamkrest" % "1.1.0.0"
<dependency org="com.natpryce" name="hamkrest" rev="1.1.0.0"/>
@Grapes(@Grab(group='com.natpryce', module='hamkrest', version='1.1.0.0'))
'com.natpryce:hamkrest:jar:1.1.0.0'
Click the following link to download the jar file.
hamkrest-1.1.0.0-javadoc.jar