is not current version
Last Version 1.8.0.1

com.natpryce:hamkrest 1.4.2.2

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

GroupId

GroupId

com.natpryce
ArtifactId

ArtifactId

hamkrest
Version

Version

1.4.2.2
Type

Type

jar

Download hamkrest 1.4.2.2


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