Download hamkrest-1.4.2.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 1.4.2.0 in this page.

License

Apache 2.0

Build File

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

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

Download

Click the following link to download the jar file.

hamkrest-1.4.2.0-javadoc.jar
hamkrest-1.4.2.0-sources.jar
hamkrest-1.4.2.0.jar
hamkrest-1.4.2.0.pom



Related Tutorials