m

matchers

https://github.com/yandex-qatools/matchers-java/
The Apache Software License, Version 2.0
Yandex
Artem Eroshenko Alexander Tolmachev Artem Koshelev Kirill Merkushev Innokenty Shuvalov
Files download
File Operation
matchers-1.3.pom download
Apache Maven
<dependency>
  <groupId>ru.yandex.qatools.matchers</groupId>
  <artifactId>matchers</artifactId>
  <version>1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'ru.yandex.qatools.matchers:matchers:1.3'
Gradle Kotlin
implementation("ru.yandex.qatools.matchers:matchers:1.3")
Scala SBT
libraryDependencies += "ru.yandex.qatools.matchers" % "matchers" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='ru.yandex.qatools.matchers', module='matchers', version='1.3')
)
Apache Ivy
<dependency org="ru.yandex.qatools.matchers" name="matchers" rev="1.3" />
Leiningen
[ru.yandex.qatools.matchers/matchers "1.3"]
Apache Buildr
'ru.yandex.qatools.matchers:matchers:jar:1.3'