MVN

ca.uhn.hapi : hapi-bom

Maven & Gradle

Oct 30, 2023

HAPI - Java HL7 API - BOM

<dependency>
    <groupId>ca.uhn.hapi</groupId>
    <artifactId>hapi-bom</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ca.uhn.hapi : hapi-bom to add to Maven - Latest Versions:

  • Latest Stable: 2.4

All Versions

Choose a version of ca.uhn.hapi : hapi-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
2.4
hapi-bom-2.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ca.uhn.hapi</groupId>
    <artifactId>hapi-bom</artifactId>
    <version>2.4</version>
</dependency>

Advertisement