| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| fluent-xml-writer-1.0.pom | |
| fluent-xml-writer-1.0.jar | 17 KB |
| fluent-xml-writer-1.0-sources.jar | 14 KB |
| fluent-xml-writer-1.0-javadoc.jar | 84 KB |
| Обзор |
<!-- 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"]