is not current version
Last Version 1.1.0

org.cthul:cthul-matchers 1.0

Provides hamcrest.org matchers for strings and exceptions, allows matching code blocks, and provides several utilities for combining matchers.

GroupId

GroupId

org.cthul
ArtifactId

ArtifactId

cthul-matchers
Version

Version

1.0
Type

Type

jar

Download cthul-matchers 1.0


<!-- https://jarcasting.com/artifacts/org.cthul/cthul-matchers/ -->
<dependency>
    <groupId>org.cthul</groupId>
    <artifactId>cthul-matchers</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cthul/cthul-matchers/
implementation 'org.cthul:cthul-matchers:1.0'
// https://jarcasting.com/artifacts/org.cthul/cthul-matchers/
implementation ("org.cthul:cthul-matchers:1.0")
'org.cthul:cthul-matchers:jar:1.0'
<dependency org="org.cthul" name="cthul-matchers" rev="1.0">
  <artifact name="cthul-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cthul', module='cthul-matchers', version='1.0')
)
libraryDependencies += "org.cthul" % "cthul-matchers" % "1.0"
[org.cthul/cthul-matchers "1.0"]