Skip to content
forked from phax/ph-sbdh

Java library for reading and writing UN CEFACT Standard Bussiness Document Header documents

License

Notifications You must be signed in to change notification settings

MohsinJaffer/ph-sbdh

 
 

Repository files navigation

#ph-sbdh

CEFACT Standard Business Document (SBD) and Standard Business Document Header (SBDH) wrapper library. It supports easily reading and writing of SBD and SBDH between Java domain objects and XML representations.

It is licensed under Apache 2.0 license.

#News and noteworthy

  • v3.0.2 - 2017-01-09
    • Binds to ph-commons 8.6.0
  • v3.0.1 - 2016-12-31
    • Added default namespace prefix "sh" when writing (see #2)
  • v3.0.0 - 2016-06-11
    • Requires Java 8
  • v2.0.1 - 2015-07-21
    • Last Java 1.6 version

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

<dependency>
  <groupId>com.helger</groupId>
  <artifactId>ph-sbdh</artifactId>
  <version>3.0.2</version>
</dependency>

My personal Coding Styleguide | On Twitter: @philiphelger

About

Java library for reading and writing UN CEFACT Standard Bussiness Document Header documents

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 75.7%
  • CSS 24.3%