is not current version
Last Version 1.8.0.1

com.natpryce:hamkrest 1.7.0.3

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

GroupId

GroupId

com.natpryce
ArtifactId

ArtifactId

hamkrest
Version

Version

1.7.0.3
Type

Type

jar

Download hamkrest 1.7.0.3


<!-- https://jarcasting.com/artifacts/com.natpryce/hamkrest/ -->
<dependency>
    <groupId>com.natpryce</groupId>
    <artifactId>hamkrest</artifactId>
    <version>1.7.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.natpryce/hamkrest/
implementation 'com.natpryce:hamkrest:1.7.0.3'
// https://jarcasting.com/artifacts/com.natpryce/hamkrest/
implementation ("com.natpryce:hamkrest:1.7.0.3")
'com.natpryce:hamkrest:jar:1.7.0.3'
<dependency org="com.natpryce" name="hamkrest" rev="1.7.0.3">
  <artifact name="hamkrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.natpryce', module='hamkrest', version='1.7.0.3')
)
libraryDependencies += "com.natpryce" % "hamkrest" % "1.7.0.3"
[com.natpryce/hamkrest "1.7.0.3"]