l

lambdamatchers

Java 8+ hamcrest matchers and utility functions that use them.
https://github.com/csoroiu/lambdamatchers
Apache License, Version 2.0
Claudiu Soroiu
Files download
File Operation
lambdamatchers-0.19.jar download
lambdamatchers-0.19.pom download
lambdamatchers-0.19-sources.jar download
Apache Maven
<dependency>
  <groupId>ro.derbederos.hamcrest</groupId>
  <artifactId>lambdamatchers</artifactId>
  <version>0.19</version>
</dependency>
Gradle Groovy
implementation 'ro.derbederos.hamcrest:lambdamatchers:0.19'
Gradle Kotlin
implementation("ro.derbederos.hamcrest:lambdamatchers:0.19")
Scala SBT
libraryDependencies += "ro.derbederos.hamcrest" % "lambdamatchers" % "0.19"
Groovy Grape
@Grapes(
  @Grab(group='ro.derbederos.hamcrest', module='lambdamatchers', version='0.19')
)
Apache Ivy
<dependency org="ro.derbederos.hamcrest" name="lambdamatchers" rev="0.19" />
Leiningen
[ro.derbederos.hamcrest/lambdamatchers "0.19"]
Apache Buildr
'ro.derbederos.hamcrest:lambdamatchers:jar:0.19'