| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.xmlunit |
| Идентификатор | Идентификаторxmlunit-parent |
| Последняя версия | Последняя версия2.9.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеorg.xmlunit:xmlunit-parent
Parent POM for all artifacts of XMLUnit
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| xmlunit-parent-2.9.0.pom | 19 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.xmlunit/xmlunit-parent/ -->
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-parent</artifactId>
<version>2.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xmlunit/xmlunit-parent/
implementation 'org.xmlunit:xmlunit-parent:2.9.0'
// https://jarcasting.com/artifacts/org.xmlunit/xmlunit-parent/
implementation ("org.xmlunit:xmlunit-parent:2.9.0")
'org.xmlunit:xmlunit-parent:pom:2.9.0'
<dependency org="org.xmlunit" name="xmlunit-parent" rev="2.9.0">
<artifact name="xmlunit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xmlunit', module='xmlunit-parent', version='2.9.0')
)
libraryDependencies += "org.xmlunit" % "xmlunit-parent" % "2.9.0"
[org.xmlunit/xmlunit-parent "2.9.0"]