MVN

com.shazam : shazamcrest

Maven & Gradle

Mar 04, 2015
39 usages
88 stars

Shazamcrest · Library that extends the functionality of hamcrest

<dependency>
    <groupId>com.shazam</groupId>
    <artifactId>shazamcrest</artifactId>
    <version>0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.shazam : shazamcrest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11

All Versions

Choose a version of com.shazam : shazamcrest to add to Maven or Gradle - All Versions:

  • Version Updated
  • shazamcrest-0.11

    Mar 04, 2015
  • shazamcrest-0.10

    Feb 16, 2015
  • shazamcrest-0.9

    Sep 17, 2014
  • shazamcrest-0.8

    Jul 16, 2014
  • shazamcrest-0.7

    Oct 20, 2013
  • shazamcrest-0.6

    Oct 16, 2013
  • shazamcrest-0.5

    Oct 14, 2013
  • shazamcrest-0.4

    Oct 10, 2013
  • shazamcrest-0.3

    Aug 16, 2013
  • shazamcrest-0.2

    May 15, 2013
  • shazamcrest-0.1

    Mar 20, 2013

How to add a dependency to Maven

Add the following com.shazam : shazamcrest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.shazam</groupId>
    <artifactId>shazamcrest</artifactId>
    <version>0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.shazam : shazamcrest gradle dependency to your build.gradle file:

implementation 'com.shazam:shazamcrest:0.11'

Gradle Kotlin DSL: Add the following com.shazam : shazamcrest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.shazam:shazamcrest:0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.shazam : shazamcrest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.shazam" % "shazamcrest" % "0.11"