MVN

org.projecthusky : husky-api

Maven & Gradle

Jul 16, 2023
13 stars

Husky · The husky is a convenience API for IHE transactions and CDA documents. It supports functionalities for cross-enterprise sharing of documents and master patient index (MPI) connection using IHE transactions and also supports CDA content profiles. It allows easy access and conformity to a local eHealth trust space, such as, for example, Switzerland or Austria. The husky is built on the basis of the eHealth connector.

<dependency>
    <groupId>org.projecthusky</groupId>
    <artifactId>husky-api</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.projecthusky : husky-api to add to Maven - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of org.projecthusky : husky-api to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
husky-api-2.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.projecthusky</groupId>
    <artifactId>husky-api</artifactId>
    <version>2.1.1</version>
</dependency>