MVN

com.jcabi : jcabi-matchers

Maven & Gradle

Aug 07, 2023
58 usages
13 stars

jcabi-matchers · Hamcrest Matchers

<dependency>
    <groupId>com.jcabi</groupId>
    <artifactId>jcabi-matchers</artifactId>
    <version>1.7.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.7.0

All Versions

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

Version Vulnerabilities Updated
1.7.x
jcabi-matchers-1.7.0
1.6.x
jcabi-matchers-1.6.0
1.5.x
jcabi-matchers-1.5.3
jcabi-matchers-1.5.1
jcabi-matchers-1.5.0
1.5
jcabi-matchers-1.5
1.4
jcabi-matchers-1.4
1.3
jcabi-matchers-1.3
1.2
jcabi-matchers-1.2
1.1
jcabi-matchers-1.1
1.0
jcabi-matchers-1.0

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.7.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.7.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.7.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.7.0"

Advertisement

Dependencies from Group

Apr 04, 2023
128 usages
55 stars
May 30, 2023
75 usages
504 stars
Jul 03, 2023
65 usages
58 stars
Jul 21, 2023
61 usages
95 stars
Aug 07, 2023
58 usages
13 stars

Discover Dependencies