Home

Awesome

ph-xhe

Maven Central javadoc CodeCov

OASIS XHE (Exchange Header Envelope) Java wrapper library. It supports simple reading and writing of XHE 1.0 documents. This library supports the final version of XHE 1.0 (older versions support previous CS versions). It allows conversion between Java domain objects and XML representations.

It is licensed under Apache 2.0 license.

It requires at least Java 11 to be used.

Maven usage

Add the following to your pom.xml to use this artifact, replacing x.y.z with the effective version number:

<dependency>
  <groupId>com.helger</groupId>
  <artifactId>ph-xhe</artifactId>
  <version>x.y.z</version>
</dependency>

References

News and noteworthy


My personal Coding Styleguide | It is appreciated if you star the GitHub project if you like it.