Skip to content

Profile DBNAlliance

Philip Helger edited this page May 24, 2024 · 3 revisions

The DBNAlliance AS4 profile is the successor of BPC and independent from CEF and Peppol.

Underlying specification can be obtained from the Digital Business Networks Alliance.

Profiles

This submodule comes with one profile only:

  • ID dbnalliance (since v2.7.0) - "DBN Alliance"

Maven Coordinates

phase4 profile:

    <dependency>
      <groupId>com.helger.phase4</groupId>
      <artifactId>phase4-profile-dbnalliance</artifactId>
      <version>x.y.z</version>
    </dependency>

phase4 client (since v2.7.7):

    <dependency>
      <groupId>com.helger.phase4</groupId>
      <artifactId>phase4-dbnalliance-client</artifactId>
      <version>x.y.z</version>
    </dependency>