c

cthul-matchers

Provides hamcrest.org matchers for strings and exceptions, allows matching code blocks, and provides several utilities for combining matchers.
http://cthul.org
Files download
File Operation
cthul-matchers-1.1.0.jar download
cthul-matchers-1.1.0.pom download
cthul-matchers-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cthul</groupId>
  <artifactId>cthul-matchers</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.cthul:cthul-matchers:1.1.0'
Gradle Kotlin
implementation("org.cthul:cthul-matchers:1.1.0")
Scala SBT
libraryDependencies += "org.cthul" % "cthul-matchers" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.cthul', module='cthul-matchers', version='1.1.0')
)
Apache Ivy
<dependency org="org.cthul" name="cthul-matchers" rev="1.1.0" />
Leiningen
[org.cthul/cthul-matchers "1.1.0"]
Apache Buildr
'org.cthul:cthul-matchers:jar:1.1.0'