MVN

ro.derbederos.hamcrest : lambdamatchers

Maven & Gradle

Sep 26, 2021
3 stars

LambdaMatchers · Java 8+ hamcrest matchers and utility functions that use them.

<dependency>
    <groupId>ro.derbederos.hamcrest</groupId>
    <artifactId>lambdamatchers</artifactId>
    <version>0.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ro.derbederos.hamcrest : lambdamatchers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.19

All Versions

Choose a version of ro.derbederos.hamcrest : lambdamatchers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.19
lambdamatchers-0.19
0.18
lambdamatchers-0.18
0.17
lambdamatchers-0.17
0.16
lambdamatchers-0.16
0.15
lambdamatchers-0.15
0.13
lambdamatchers-0.13
0.12
lambdamatchers-0.12
0.11
lambdamatchers-0.11
0.10
lambdamatchers-0.10
0.9
lambdamatchers-0.9
0.8
lambdamatchers-0.8
0.7
lambdamatchers-0.7
0.6
lambdamatchers-0.6
0.5
lambdamatchers-0.5
0.4
lambdamatchers-0.4
0.3
lambdamatchers-0.3
0.2
lambdamatchers-0.2
0.1
lambdamatchers-0.1

How to add a dependency to Maven

Add the following ro.derbederos.hamcrest : lambdamatchers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ro.derbederos.hamcrest</groupId>
    <artifactId>lambdamatchers</artifactId>
    <version>0.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ro.derbederos.hamcrest : lambdamatchers gradle dependency to your build.gradle file:

implementation 'ro.derbederos.hamcrest:lambdamatchers:0.19'

Gradle Kotlin DSL: Add the following ro.derbederos.hamcrest : lambdamatchers gradle kotlin dependency to your build.gradle.kts file:

implementation("ro.derbederos.hamcrest:lambdamatchers:0.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following ro.derbederos.hamcrest : lambdamatchers sbt scala dependency to your build.sbt file:

libraryDependencies += "ro.derbederos.hamcrest" % "lambdamatchers" % "0.19"

Advertisement