Simple XML (safe)

A fork of Niall Gallagher's simple-xml library with web-safe defaults

Лицензия

Лицензия

Категории

Категории

Search Прикладные библиотеки
Группа

Группа

com.carrotsearch.thirdparty
Идентификатор

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

simple-xml-safe
Последняя версия

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

2.7.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Simple XML (safe)
A fork of Niall Gallagher's simple-xml library with web-safe defaults
Ссылка на сайт

Ссылка на сайт

https://github.com/dweiss/simplexml
Организация-разработчик

Организация-разработчик

Carrot Search s.c.
Система контроля версий

Система контроля версий

https://github.com/dweiss/simplexml

Скачать simple-xml-safe

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.carrotsearch.thirdparty/simple-xml-safe/ -->
<dependency>
    <groupId>com.carrotsearch.thirdparty</groupId>
    <artifactId>simple-xml-safe</artifactId>
    <version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch.thirdparty/simple-xml-safe/
implementation 'com.carrotsearch.thirdparty:simple-xml-safe:2.7.1'
// https://jarcasting.com/artifacts/com.carrotsearch.thirdparty/simple-xml-safe/
implementation ("com.carrotsearch.thirdparty:simple-xml-safe:2.7.1")
'com.carrotsearch.thirdparty:simple-xml-safe:jar:2.7.1'
<dependency org="com.carrotsearch.thirdparty" name="simple-xml-safe" rev="2.7.1">
  <artifact name="simple-xml-safe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch.thirdparty', module='simple-xml-safe', version='2.7.1')
)
libraryDependencies += "com.carrotsearch.thirdparty" % "simple-xml-safe" % "2.7.1"
[com.carrotsearch.thirdparty/simple-xml-safe "2.7.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

SimpleXML

simple-xml-safe is an XML serialization and deserialization framework for Java.

About this fork

This is a somewhat cleaned up and modernized fork of the original simple-xml library by Niall Gallagher.

Dependency information for dependency systems (in compact format):

com.carrotsearch.thirdparty:simple-xml-safe:2.7.1

Changes

2.7.1

  • Initial version forked from the original repository's commit 01d47a656. This corresponds roughly to simple-xml 2.7.1 with stable order on several associative containers.
  • Gradle is used as the build system.
  • Java 1.8 or older is required.
  • Any cruft not related to the core XML serialization/ parsing library has been removed.
  • Removed pull parser support and dependency.
  • Removed an explicit Stax dependency.
  • Corrected a few tests for compatibility with new Java versions.
  • Opened up the Provider infrastructure so that StreamProvider and DocumentProvider can be configured with custom underlying XML parser factory.
  • Changed the defaults on existing providers to use web-safe settings (no entity expansion, no external entity resolution).

Версии библиотеки

Версия
2.7.1