is not current version
Last Version 1.0.1

com.btmatthews.hamcrest:hamcrest-matchers 1.0.0

Library of additional matchers for Hamcrest

GroupId

GroupId

com.btmatthews.hamcrest
ArtifactId

ArtifactId

hamcrest-matchers
Version

Version

1.0.0
Type

Type

jar

Download hamcrest-matchers 1.0.0


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