| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.pdark |
| Идентификатор | Идентификаторdecentxml |
| Последняя версия | Последняя версия1.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDecentXML
A decent XML parser. Since it's decent, it's not
compatible with the W3C and therefore, it can do roundtripping.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| decentxml-1.4.pom | |
| decentxml-1.4.jar | 127 KB |
| decentxml-1.4-test-sources.jar | 58 KB |
| decentxml-1.4-src.zip | 170 KB |
| decentxml-1.4-src.tar.gz | 90 KB |
| decentxml-1.4-src.tar.bz2 | 63 KB |
| decentxml-1.4-sources.jar | 103 KB |
| decentxml-1.4-javadoc.jar | 381 KB |
| decentxml-1.4-bin.zip | 120 KB |
| decentxml-1.4-bin.tar.gz | 120 KB |
| decentxml-1.4-bin.tar.bz2 | 121 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.pdark/decentxml/ -->
<dependency>
<groupId>de.pdark</groupId>
<artifactId>decentxml</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.pdark/decentxml/
implementation 'de.pdark:decentxml:1.4'
// https://jarcasting.com/artifacts/de.pdark/decentxml/
implementation ("de.pdark:decentxml:1.4")
'de.pdark:decentxml:jar:1.4'
<dependency org="de.pdark" name="decentxml" rev="1.4">
<artifact name="decentxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.pdark', module='decentxml', version='1.4')
)
libraryDependencies += "de.pdark" % "decentxml" % "1.4"
[de.pdark/decentxml "1.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit-dep | jar | 4.10 |