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

foundation.fluent.api:fluent-xml-writer 1.0

Fluent hierarchical XML writer, allowing to generate XML file (or other output stream) fluently: document(output).version(1.0).tag("root").text("Hello").end().close(); It is immediately streaming to the output stream. Not holding anything in memory.

Лицензия

Лицензия

Группа

Группа

foundation.fluent.api
Идентификатор

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

fluent-xml-writer
Версия

Версия

1.0
Тип

Тип

jar
Описание

Описание

Fluent hierarchical XML writer, allowing to generate XML file (or other output stream) fluently: document(output).version(1.0).tag("root").text("Hello").end().close(); It is immediately streaming to the output stream. Not holding anything in memory.
Ссылка на сайт

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

https://github.com/c0stra/fluent-xml-writer/wiki/fluent-xml-writer/fluent-xml-writer

Скачать fluent-xml-writer 1.0


<!-- https://jarcasting.com/artifacts/foundation.fluent.api/fluent-xml-writer/ -->
<dependency>
    <groupId>foundation.fluent.api</groupId>
    <artifactId>fluent-xml-writer</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/foundation.fluent.api/fluent-xml-writer/
implementation 'foundation.fluent.api:fluent-xml-writer:1.0'
// https://jarcasting.com/artifacts/foundation.fluent.api/fluent-xml-writer/
implementation ("foundation.fluent.api:fluent-xml-writer:1.0")
'foundation.fluent.api:fluent-xml-writer:jar:1.0'
<dependency org="foundation.fluent.api" name="fluent-xml-writer" rev="1.0">
  <artifact name="fluent-xml-writer" type="jar" />
</dependency>
@Grapes(
@Grab(group='foundation.fluent.api', module='fluent-xml-writer', version='1.0')
)
libraryDependencies += "foundation.fluent.api" % "fluent-xml-writer" % "1.0"
[foundation.fluent.api/fluent-xml-writer "1.0"]

Зависимости

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

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

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