MVN

org.openehealth.ipf.commons : ipf-commons-ihe-fhir-dstu2-mhd

Maven & Gradle

Nov 30, 2018
4 usages

ipf-commons-ihe-fhir-dstu2-mhd · FHIR-specific IHE support

<dependency>
    <groupId>org.openehealth.ipf.commons</groupId>
    <artifactId>ipf-commons-ihe-fhir-dstu2-mhd</artifactId>
    <version>3.6-20181130</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openehealth.ipf.commons : ipf-commons-ihe-fhir-dstu2-mhd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6-20181130

All Versions

Choose a version of org.openehealth.ipf.commons : ipf-commons-ihe-fhir-dstu2-mhd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6
ipf-commons-ihe-fhir-dstu2-mhd-3.6-20181130
ipf-commons-ihe-fhir-dstu2-mhd-3.6-20181019
3.5.x
ipf-commons-ihe-fhir-dstu2-mhd-3.5.4
ipf-commons-ihe-fhir-dstu2-mhd-3.5.3
ipf-commons-ihe-fhir-dstu2-mhd-3.5.2
ipf-commons-ihe-fhir-dstu2-mhd-3.5.1
ipf-commons-ihe-fhir-dstu2-mhd-3.5.0
3.5
ipf-commons-ihe-fhir-dstu2-mhd-3.5-20180302
3.4.x
ipf-commons-ihe-fhir-dstu2-mhd-3.4.3
ipf-commons-ihe-fhir-dstu2-mhd-3.4.2
ipf-commons-ihe-fhir-dstu2-mhd-3.4.1
ipf-commons-ihe-fhir-dstu2-mhd-3.4.0
3.4
ipf-commons-ihe-fhir-dstu2-mhd-3.4-20171025
ipf-commons-ihe-fhir-dstu2-mhd-3.4-20170926

How to add a dependency to Maven

Add the following org.openehealth.ipf.commons : ipf-commons-ihe-fhir-dstu2-mhd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openehealth.ipf.commons</groupId>
    <artifactId>ipf-commons-ihe-fhir-dstu2-mhd</artifactId>
    <version>3.6-20181130</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openehealth.ipf.commons : ipf-commons-ihe-fhir-dstu2-mhd gradle dependency to your build.gradle file:

implementation 'org.openehealth.ipf.commons:ipf-commons-ihe-fhir-dstu2-mhd:3.6-20181130'

Gradle Kotlin DSL: Add the following org.openehealth.ipf.commons : ipf-commons-ihe-fhir-dstu2-mhd gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openehealth.ipf.commons:ipf-commons-ihe-fhir-dstu2-mhd:3.6-20181130")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openehealth.ipf.commons : ipf-commons-ihe-fhir-dstu2-mhd sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons-ihe-fhir-dstu2-mhd" % "3.6-20181130"

Advertisement