| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.xmlmatchers |
| Идентификатор | Идентификаторxml-matchers |
| Последняя версия | Последняя версия1.0-RC1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеxml-matchers
A collection of Hamcrest matchers for XML documents. The matchers include XPath, schema validation using XML Schema or RelaxNG(experimental), and XML document equivalence.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| xml-matchers-1.0-RC1.pom | |
| xml-matchers-1.0-RC1.jar | 23 KB |
| xml-matchers-1.0-RC1-sources.jar | 15 KB |
| xml-matchers-1.0-RC1-javadoc.jar | 118 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.xmlmatchers/xml-matchers/ -->
<dependency>
<groupId>org.xmlmatchers</groupId>
<artifactId>xml-matchers</artifactId>
<version>1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xmlmatchers/xml-matchers/
implementation 'org.xmlmatchers:xml-matchers:1.0-RC1'
// https://jarcasting.com/artifacts/org.xmlmatchers/xml-matchers/
implementation ("org.xmlmatchers:xml-matchers:1.0-RC1")
'org.xmlmatchers:xml-matchers:jar:1.0-RC1'
<dependency org="org.xmlmatchers" name="xml-matchers" rev="1.0-RC1">
<artifact name="xml-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xmlmatchers', module='xml-matchers', version='1.0-RC1')
)
libraryDependencies += "org.xmlmatchers" % "xml-matchers" % "1.0-RC1"
[org.xmlmatchers/xml-matchers "1.0-RC1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| xmlunit : xmlunit | jar | 1.3 |
| net.sf.saxon : Saxon-HE | jar | 9.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-library | jar | 1.2 |
| junit : junit-dep | jar | 4.8.2 |
| org.hamcrest : hamcrest-generator | jar | 1.2 |