MVN

org.openehealth.ipf.oht.mdht : ipf-oht-mdht-uml-cda-ihe

Maven & Gradle

Mar 10, 2015
4 usages

OpenHealthTools(OHT) MDHT CDA IHE

<dependency>
    <groupId>org.openehealth.ipf.oht.mdht</groupId>
    <artifactId>ipf-oht-mdht-uml-cda-ihe</artifactId>
    <version>1.2.0.201212201425</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openehealth.ipf.oht.mdht : ipf-oht-mdht-uml-cda-ihe to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0.201212201425

All Versions

Choose a version of org.openehealth.ipf.oht.mdht : ipf-oht-mdht-uml-cda-ihe to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
ipf-oht-mdht-uml-cda-ihe-1.2.0.201212201425

How to add a dependency to Maven

Add the following org.openehealth.ipf.oht.mdht : ipf-oht-mdht-uml-cda-ihe maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openehealth.ipf.oht.mdht</groupId>
    <artifactId>ipf-oht-mdht-uml-cda-ihe</artifactId>
    <version>1.2.0.201212201425</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openehealth.ipf.oht.mdht : ipf-oht-mdht-uml-cda-ihe gradle dependency to your build.gradle file:

implementation 'org.openehealth.ipf.oht.mdht:ipf-oht-mdht-uml-cda-ihe:1.2.0.201212201425'

Gradle Kotlin DSL: Add the following org.openehealth.ipf.oht.mdht : ipf-oht-mdht-uml-cda-ihe gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openehealth.ipf.oht.mdht:ipf-oht-mdht-uml-cda-ihe:1.2.0.201212201425")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openehealth.ipf.oht.mdht : ipf-oht-mdht-uml-cda-ihe sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openehealth.ipf.oht.mdht" % "ipf-oht-mdht-uml-cda-ihe" % "1.2.0.201212201425"