h

hamkrest

Matcher library for Kotlin. A port of Hamcrest, made more Kotlin-esque.
https://github.com/npryce/hamkrest
Apache 2.0
Nat Pryce Duncan McGregor
Files download
File Operation
hamkrest-1.4.2.2.jar download
hamkrest-1.4.2.2.pom download
hamkrest-1.4.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.natpryce</groupId>
  <artifactId>hamkrest</artifactId>
  <version>1.4.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.natpryce:hamkrest:1.4.2.2'
Gradle Kotlin
implementation("com.natpryce:hamkrest:1.4.2.2")
Scala SBT
libraryDependencies += "com.natpryce" % "hamkrest" % "1.4.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.natpryce', module='hamkrest', version='1.4.2.2')
)
Apache Ivy
<dependency org="com.natpryce" name="hamkrest" rev="1.4.2.2" />
Leiningen
[com.natpryce/hamkrest "1.4.2.2"]
Apache Buildr
'com.natpryce:hamkrest:jar:1.4.2.2'