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

de.pdark:decentxml 1.3

A decent XML parser. Since it's decent, it's not compatible with the W3C and therefore, it can do roundtripping.

Группа

Группа

de.pdark
Идентификатор

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

decentxml
Версия

Версия

1.3
Тип

Тип

jar

Скачать decentxml 1.3


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