Last Version

HamKrest 1.8.0.1

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

License

License

GroupId

GroupId

com.natpryce
ArtifactId

ArtifactId

hamkrest
Version

Version

1.8.0.1
Type

Type

jar
Description

Description

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

Project URL

https://github.com/npryce/hamkrest
Source Code Management

Source Code Management

https://github.com/npryce/hamkrest

Download hamkrest 1.8.0.1


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

Dependencies

test (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.10
org.jetbrains.kotlin : kotlin-reflect jar 1.4.10
org.jetbrains.kotlin : kotlin-test jar 1.4.10
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.