не последняя версия
Последняя версия 2.9.0

org.xmlunit:xmlunit-matchers 2.0.0-alpha-03

XMLUnit for Java Hamcrest Matchers

Группа

Группа

org.xmlunit
Идентификатор

Идентификатор

xmlunit-matchers
Версия

Версия

2.0.0-alpha-03
Тип

Тип

jar

Скачать xmlunit-matchers 2.0.0-alpha-03


<!-- https://jarcasting.com/artifacts/org.xmlunit/xmlunit-matchers/ -->
<dependency>
    <groupId>org.xmlunit</groupId>
    <artifactId>xmlunit-matchers</artifactId>
    <version>2.0.0-alpha-03</version>
</dependency>
// https://jarcasting.com/artifacts/org.xmlunit/xmlunit-matchers/
implementation 'org.xmlunit:xmlunit-matchers:2.0.0-alpha-03'
// https://jarcasting.com/artifacts/org.xmlunit/xmlunit-matchers/
implementation ("org.xmlunit:xmlunit-matchers:2.0.0-alpha-03")
'org.xmlunit:xmlunit-matchers:jar:2.0.0-alpha-03'
<dependency org="org.xmlunit" name="xmlunit-matchers" rev="2.0.0-alpha-03">
  <artifact name="xmlunit-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xmlunit', module='xmlunit-matchers', version='2.0.0-alpha-03')
)
libraryDependencies += "org.xmlunit" % "xmlunit-matchers" % "2.0.0-alpha-03"
[org.xmlunit/xmlunit-matchers "2.0.0-alpha-03"]