is not current version
Last Version 1.8.0.1

com.natpryce:hamkrest 0.0.1.0

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

GroupId

GroupId

com.natpryce
ArtifactId

ArtifactId

hamkrest
Version

Version

0.0.1.0
Type

Type

jar

Download hamkrest 0.0.1.0


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