is not current version
Last Version 0.11

com.shazam:shazamcrest 0.4

Library that extends the functionality of hamcrest

GroupId

GroupId

com.shazam
ArtifactId

ArtifactId

shazamcrest
Version

Version

0.4
Type

Type

jar

Download shazamcrest 0.4


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