j

jdi-matchers-junit

JDI Matchers JUnit library
http://jdi.epam.com/
MIT License
Roman Iovlev
Files download
File Operation
jdi-matchers-junit-2.0.21.jar download
jdi-matchers-junit-2.0.21.pom download
jdi-matchers-junit-2.0.21-sources.jar download
Apache Maven
<dependency>
  <groupId>com.epam.jdi</groupId>
  <artifactId>jdi-matchers-junit</artifactId>
  <version>2.0.21</version>
</dependency>
Gradle Groovy
implementation 'com.epam.jdi:jdi-matchers-junit:2.0.21'
Gradle Kotlin
implementation("com.epam.jdi:jdi-matchers-junit:2.0.21")
Scala SBT
libraryDependencies += "com.epam.jdi" % "jdi-matchers-junit" % "2.0.21"
Groovy Grape
@Grapes(
  @Grab(group='com.epam.jdi', module='jdi-matchers-junit', version='2.0.21')
)
Apache Ivy
<dependency org="com.epam.jdi" name="jdi-matchers-junit" rev="2.0.21" />
Leiningen
[com.epam.jdi/jdi-matchers-junit "2.0.21"]
Apache Buildr
'com.epam.jdi:jdi-matchers-junit:jar:2.0.21'