| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.freecompany.util |
| Идентификатор | Идентификаторutil-xml-editor |
| Последняя версия | Последняя версия0.0.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеXml Editor
Library for easy XML document manipulation.
|
| Организация-разработчик |
Организация-разработчикFreeCompany |
| Имя Файла | Размер |
|---|---|
| util-xml-editor-0.0.6.pom | |
| util-xml-editor-0.0.6.jar | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.freecompany.util/util-xml-editor/ -->
<dependency>
<groupId>org.freecompany.util</groupId>
<artifactId>util-xml-editor</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.freecompany.util/util-xml-editor/
implementation 'org.freecompany.util:util-xml-editor:0.0.6'
// https://jarcasting.com/artifacts/org.freecompany.util/util-xml-editor/
implementation ("org.freecompany.util:util-xml-editor:0.0.6")
'org.freecompany.util:util-xml-editor:jar:0.0.6'
<dependency org="org.freecompany.util" name="util-xml-editor" rev="0.0.6">
<artifact name="util-xml-editor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.freecompany.util', module='util-xml-editor', version='0.0.6')
)
libraryDependencies += "org.freecompany.util" % "util-xml-editor" % "0.0.6"
[org.freecompany.util/util-xml-editor "0.0.6"]