MVN

com.natpryce : hamkrest

Maven & Gradle

Sep 18, 2020
124 usages
323 stars

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

<dependency>
    <groupId>com.natpryce</groupId>
    <artifactId>hamkrest</artifactId>
    <version>1.8.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.natpryce : hamkrest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0.1
  • Latest Release Candidate: 1.7.0.0-RC2

All Versions

Choose a version of com.natpryce : hamkrest to add to Maven or Gradle - All Versions:

  • Version Updated
  • hamkrest-1.8.0.1

    Sep 18, 2020
  • hamkrest-1.7.0.3

    Mar 12, 2020
  • hamkrest-1.7.0.2

    Feb 28, 2020
  • hamkrest-1.7.0.0

    Jan 06, 2019
  • hamkrest-1.7.0.0-RC2

    Jan 02, 2019
  • hamkrest-1.7.0.0-RC1

    Dec 31, 2018
  • hamkrest-1.6.0.0

    Aug 24, 2018
  • hamkrest-1.5.0.0

    Aug 14, 2018
  • hamkrest-1.4.2.2

    Oct 17, 2017
  • hamkrest-1.4.2.0

    Aug 13, 2017
  • hamkrest-1.4.1.0

    Jun 25, 2017
  • hamkrest-1.4.0.0

    Apr 21, 2017
  • hamkrest-1.3.0.0

    Feb 12, 2017
  • hamkrest-1.2.3.0

    Oct 17, 2016
  • hamkrest-1.2.2.0

    Sep 12, 2016
  • hamkrest-1.2.1.0

    Jul 05, 2016
  • hamkrest-1.2.0.0

    May 19, 2016
  • hamkrest-1.1.0.0

    Feb 15, 2016
  • hamkrest-0.0.9.0

    Feb 08, 2016
  • hamkrest-0.0.8.0

    Dec 28, 2015
  • hamkrest-0.0.7.0

    Dec 03, 2015
  • hamkrest-0.0.6.0

    Nov 23, 2015
  • hamkrest-0.0.5.0

    Nov 23, 2015
  • hamkrest-0.0.4.0

    Nov 22, 2015
  • hamkrest-0.0.3.0

    Nov 19, 2015
  • hamkrest-0.0.2.0

    Nov 19, 2015
  • hamkrest-0.0.1.0

    Nov 19, 2015

How to add a dependency to Maven

Add the following com.natpryce : hamkrest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.natpryce</groupId>
    <artifactId>hamkrest</artifactId>
    <version>1.8.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.natpryce : hamkrest gradle dependency to your build.gradle file:

implementation 'com.natpryce:hamkrest:1.8.0.1'

Gradle Kotlin DSL: Add the following com.natpryce : hamkrest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.natpryce:hamkrest:1.8.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.natpryce : hamkrest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.natpryce" % "hamkrest" % "1.8.0.1"

Advertisement

Dependencies from Group

Sep 18, 2020
124 usages
323 stars
Sep 05, 2016
8 usages
152 stars
Jun 20, 2018
7 usages
260 stars
Feb 15, 2020
2 usages
137 stars
Oct 09, 2018
1 usages
53 stars

Discover Dependencies

Oct 31, 2006
81 usages
Mar 03, 2023
121 usages
2.2k stars
Jan 26, 2022
125 usages
5 stars
May 07, 2017
3 usages
449 stars
Sep 03, 2021
5 usages
0 stars
Mar 18, 2016
28 usages
158 stars
Jan 15, 2015
14 usages
Jun 07, 2018
26 usages
616 stars
image

Maven Repository

Search Maven dependencies with Maven Repository Chrome Extension

Add to Chrome