Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.46 KB

README.adoc

File metadata and controls

32 lines (25 loc) · 1.46 KB

logo

Apache License, Version 2.0 Build Status

mmm-marshall-tvm-xml

Maven Central mmm-marshall-tvm-xml JavaDoc

The module io.github.mmm.marshall.tvm.xml (artifactId mmm-marshall-tvm-xml) provides the implementation to marshall (serialize) and unmarshall (deserialize) data from/to XML using the XML API of the browser via TeaVM.

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-marshall-tvm-xml</artifactId>
  <!-- <version>${mmmVersion}</version> -->
</dependency>

Gradle Dependency:

implementation 'io.github.m-m-m:mmm-marshall-tvm-xml:${mmmVersion}'

For ${mmmVersion} please fill in the latest version that you can find in the badge above.

Module Dependency:

  requires static io.github.mmm.marshall.tvm.xml;