c

cactoos-matchers

Extension for cactoos providing object-oriented hamcrest matchers.
https://github.com/llorllale/cactoos-matchers
MIT
George Aristy
Files download
File Operation
cactoos-matchers-0.18.jar download
cactoos-matchers-0.18.pom download
cactoos-matchers-0.18-sources.jar download
Apache Maven
<dependency>
  <groupId>org.llorllale</groupId>
  <artifactId>cactoos-matchers</artifactId>
  <version>0.18</version>
</dependency>
Gradle Groovy
implementation 'org.llorllale:cactoos-matchers:0.18'
Gradle Kotlin
implementation("org.llorllale:cactoos-matchers:0.18")
Scala SBT
libraryDependencies += "org.llorllale" % "cactoos-matchers" % "0.18"
Groovy Grape
@Grapes(
  @Grab(group='org.llorllale', module='cactoos-matchers', version='0.18')
)
Apache Ivy
<dependency org="org.llorllale" name="cactoos-matchers" rev="0.18" />
Leiningen
[org.llorllale/cactoos-matchers "0.18"]
Apache Buildr
'org.llorllale:cactoos-matchers:jar:0.18'