Skip to content

ph jaxb adapter

Philip Helger edited this page Apr 23, 2021 · 1 revision

This is a separate module that contains the JAXB Adapters that may be used for special Date/Time/DateTime. This only depends on ph-commons.

Maven usage

Add the following to your pom.xml to use this artifact:

<dependency>
  <groupId>com.helger.commons</groupId>
  <artifactId>ph-jaxb-adapter</artifactId>
  <version>x.y.z</version>
</dependency>

Note: the Maven groupId changed in v10 from com.helger to com.helger.commons

Clone this wiki locally