MVN

org.testinfected.hamcrest-matchers : jpa-matchers

Maven & Gradle

Mar 21, 2015
6 usages
7 stars

JPA Matchers · Additional JPA matchers for Hamcrest

<dependency>
    <groupId>org.testinfected.hamcrest-matchers</groupId>
    <artifactId>jpa-matchers</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.testinfected.hamcrest-matchers : jpa-matchers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of org.testinfected.hamcrest-matchers : jpa-matchers to add to Maven or Gradle - All Versions:

  • Version Updated
  • jpa-matchers-1.8

    Mar 21, 2015
  • jpa-matchers-1.7

    Jan 19, 2015
  • jpa-matchers-1.6

    Jan 06, 2013
  • jpa-matchers-1.5

    Jan 22, 2012

How to add a dependency to Maven

Add the following org.testinfected.hamcrest-matchers : jpa-matchers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.testinfected.hamcrest-matchers</groupId>
    <artifactId>jpa-matchers</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.testinfected.hamcrest-matchers : jpa-matchers gradle dependency to your build.gradle file:

implementation 'org.testinfected.hamcrest-matchers:jpa-matchers:1.8'

Gradle Kotlin DSL: Add the following org.testinfected.hamcrest-matchers : jpa-matchers gradle kotlin dependency to your build.gradle.kts file:

implementation("org.testinfected.hamcrest-matchers:jpa-matchers:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.testinfected.hamcrest-matchers : jpa-matchers sbt scala dependency to your build.sbt file:

libraryDependencies += "org.testinfected.hamcrest-matchers" % "jpa-matchers" % "1.8"