Skip to content

0.9.4

Compare
Choose a tag to compare
@klakegg klakegg released this 05 Jan 16:32
· 376 commits to master since this release
  • Support for BDXL.
  • Adding Mode enum.
  • Adding no.difi.vefa.peppol.common.model.Scheme and related changes.
  • Changing namespace of exceptions.
  • Adding Icd interface and ISO6523 enum, rewriting ParticipantIdentifier to use it.
  • Adding class for InstanceIdentifier.
  • Introduction of peppol-evidence.
  • All classes in the model are serializable.
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-common</artifactId>
    <version>0.9.4</version>
</dependency>
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-evidence</artifactId>
    <version>0.9.4</version>
</dependency>
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-lookup</artifactId>
    <version>0.9.4</version>
</dependency>
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-security</artifactId>
    <version>0.9.4</version>
</dependency>