MVN

com.epam.jdi : jdi-matchers-junit

Maven & Gradle

Dec 25, 2018

JDI Matchers for JUnit · JDI Matchers JUnit library

<dependency>
    <groupId>com.epam.jdi</groupId>
    <artifactId>jdi-matchers-junit</artifactId>
    <version>2.0.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.27

All Versions

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

Version Vulnerabilities Updated
2.0.x
jdi-matchers-junit-2.0.27
jdi-matchers-junit-2.0.26
jdi-matchers-junit-2.0.25
jdi-matchers-junit-2.0.24
jdi-matchers-junit-2.0.23
jdi-matchers-junit-2.0.22
jdi-matchers-junit-2.0.21

How to add a dependency to Maven

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

<dependency>
    <groupId>com.epam.jdi</groupId>
    <artifactId>jdi-matchers-junit</artifactId>
    <version>2.0.27</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.epam.jdi:jdi-matchers-junit:2.0.27'

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

implementation("com.epam.jdi:jdi-matchers-junit:2.0.27")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.epam.jdi" % "jdi-matchers-junit" % "2.0.27"

Advertisement