MVN

org.holodeckb2b.bdxr.smp.client : parent

Maven & Gradle

Aug 16, 2023
5 stars

Holodeck SMP Client: Parent project · This is the parent project for creating an SMP Client based on the BDXL and SMP specifications developed by the OASIS BDXR Technical Committee and its predecessors developed within PEPPOL.

<dependency>
    <groupId>org.holodeckb2b.bdxr.smp.client</groupId>
    <artifactId>parent</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.holodeckb2b.bdxr.smp.client : parent to add to Maven - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of org.holodeckb2b.bdxr.smp.client : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
parent-3.1.0
3.0.x
parent-3.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.holodeckb2b.bdxr.smp.client</groupId>
    <artifactId>parent</artifactId>
    <version>3.1.0</version>
</dependency>