-
Notifications
You must be signed in to change notification settings - Fork 48
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.
This submodule comes with one profile only:
- ID
dbnalliance
(since v2.7.0) - "DBN Alliance"
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>
My personal Coding Styleguide | It is appreciated if you star the GitHub project if you like it.