MVN

com.jcabi : jcabi-matchers

Maven & Gradle

Aug 24, 2022
58 usages
12 stars

jcabi-matchers · Hamcrest Matchers

<dependency>
    <groupId>com.jcabi</groupId>
    <artifactId>jcabi-matchers</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jcabi : jcabi-matchers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of com.jcabi : jcabi-matchers to add to Maven or Gradle - All Versions:

  • Version Updated
  • jcabi-matchers-1.6.0

    Aug 24, 2022
  • jcabi-matchers-1.5.0

    Jul 29, 2022
  • jcabi-matchers-1.5.3

    Nov 23, 2020
  • jcabi-matchers-1.5.1

    Nov 13, 2020
  • jcabi-matchers-1.5

    Nov 13, 2020
  • jcabi-matchers-1.4

    Jan 14, 2017
  • jcabi-matchers-1.3

    Oct 07, 2014
  • jcabi-matchers-1.2

    Aug 16, 2014
  • jcabi-matchers-1.1

    May 05, 2014
  • jcabi-matchers-1.0

    Apr 27, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jcabi</groupId>
    <artifactId>jcabi-matchers</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jcabi : jcabi-matchers gradle dependency to your build.gradle file:

implementation 'com.jcabi:jcabi-matchers:1.6.0'

Gradle Kotlin DSL: Add the following com.jcabi : jcabi-matchers gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jcabi:jcabi-matchers:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jcabi : jcabi-matchers sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jcabi" % "jcabi-matchers" % "1.6.0"