is not current version
Last Version 0.11

com.shazam:shazamcrest 0.10

Library that extends the functionality of hamcrest

GroupId

GroupId

com.shazam
ArtifactId

ArtifactId

shazamcrest
Version

Version

0.10
Type

Type

jar

Download shazamcrest 0.10


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