Home

Awesome

ph-xsds

Maven Central javadoc CodeCov

Prebuild JAXB based XSDs referenced in multiple projects. The projects contained in here are meant to be reusable JAXB objects. You can use the artefacts as episodes in your projects and therefore reduced code bloat.

Currently contained XSDs are:

Maven usage

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

<dependency>
  <groupId>com.helger.xsd</groupId>
  <artifactId>ph-xsds-parent-pom</artifactId>
  <version>x.y.z</version>
  <type>pom</type>
  <scope>import</scope>
</dependency>

Note: prior to v2.3.0 the Maven groupId was com.helger.

Gradle considerations

This project relies on JDK version based Maven profile activation. See https://github.com/phax/ph-jaxb-pom#gradle-usage for help on this specific issue.

News and noteworthy


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