Last Version

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.

License

License

GroupId

GroupId

foundation.fluent.api
ArtifactId

ArtifactId

fluent-xml-writer
Version

Version

1.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

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

Download 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.