j

jdi-matchers-junit

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