is not current version
Last Version 1.2.1

net.joala:joala-matchers 1.2.0

Matchers in addition to those provided by Hamcrest. Might be added as proposal to Hamcrest matchers. Thus take these as experimental.

Categories

Categories

Net
GroupId

GroupId

net.joala
ArtifactId

ArtifactId

joala-matchers
Version

Version

1.2.0
Type

Type

jar

Download joala-matchers 1.2.0


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