ph-regrep
OASIS RegRep (ebXML Registry) Java wrapper library. It supports simple reading and writing of RegRep 4.0 documents. It allows conversion between Java domain objects and XML representations.
It is licensed under Apache 2.0 license.
It requires at least Java 8 to be used.
Functionality
With the class com.helger.regrep.RegRep4Reader
arbitrary RegRep documents can be read. With the class com.helger.regrep.RegRep4Writer
arbitrary RegRep documents can be written.
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-regrep</artifactId>
<version>x.y.z</version>
</dependency>
References
News and noteworthy
- v1.2.0 - 2021-05-02
- Updated to ph-commons 10.1
- v1.1.0 - 2021-03-21
- Updated to ph-commons 10
- v1.0.1 - 2021-03-18
- Updated to ph-commons 9.5.5
- Changed the JAXB binding for
xs:dateTime
tojava.time.OffsetDateTime
- v1.0.0 - 2021-02-17
- Initial version
My personal Coding Styleguide | On Twitter: @philiphelger | Kindly supported by YourKit Java Profiler