Skip to content

Profile EUCTP

Philip Helger edited this page Jul 30, 2024 · 1 revision

The EU CTP AS4 profile is based on the CEF profile.

Profiles

This submodule comes with two profiles:

  • ID euctp-push (since v2.8.0) - "EU CTP in push mode"
  • ID euctp-pull (since v2.8.0) - "EU CTP in pull mode"

Maven Coordinates

phase4 profile:

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

phase4 client:

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