MVN

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

Maven & Gradle

Jun 19, 2017
4 usages
118 stars

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

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

Latest Version

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

  • Latest Stable: 3.3.0
  • Latest Release Candidate: 3.2-rc2

All Versions

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

Version Vulnerabilities Updated
3.3.x
ipf-commons-ihe-fhir-mhd-3.3.0
3.3
ipf-commons-ihe-fhir-mhd-3.3-20170504
3.2.x
ipf-commons-ihe-fhir-mhd-3.2.1
ipf-commons-ihe-fhir-mhd-3.2.0
3.2
ipf-commons-ihe-fhir-mhd-3.2-rc2
ipf-commons-ihe-fhir-mhd-3.2-rc1
ipf-commons-ihe-fhir-mhd-3.2-20161124
ipf-commons-ihe-fhir-mhd-3.2-20161005

How to add a dependency to Maven

Add the following org.openehealth.ipf.commons : ipf-commons-ihe-fhir-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-mhd</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.openehealth.ipf.commons:ipf-commons-ihe-fhir-mhd:3.3.0'

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

implementation("org.openehealth.ipf.commons:ipf-commons-ihe-fhir-mhd:3.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons-ihe-fhir-mhd" % "3.3.0"

Advertisement