MVN

org.openehealth.ipf.commons : ipf-commons-ihe-hl7v3

Maven & Gradle

Aug 18, 2023
3 usages
145 stars

ipf-commons-ihe-hl7v3 · HL7v3-specific IHE support

<dependency>
    <groupId>org.openehealth.ipf.commons</groupId>
    <artifactId>ipf-commons-ihe-hl7v3</artifactId>
    <version>4.8-m1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.8-m1
  • Latest Release Candidate: 4.5-rc1

All Versions

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

Version Vulnerabilities Updated
4.8
ipf-commons-ihe-hl7v3-4.8-m1
4.7.x
ipf-commons-ihe-hl7v3-4.7.0
4.6.x
ipf-commons-ihe-hl7v3-4.6.1
ipf-commons-ihe-hl7v3-4.6.0
4.5.x
ipf-commons-ihe-hl7v3-4.5.0
4.5
ipf-commons-ihe-hl7v3-4.5-rc1
4.4.x
ipf-commons-ihe-hl7v3-4.4.0
4.4
ipf-commons-ihe-hl7v3-4.4-rc1
4.3.x
ipf-commons-ihe-hl7v3-4.3.2
ipf-commons-ihe-hl7v3-4.3.1
ipf-commons-ihe-hl7v3-4.3.0
4.2.x
ipf-commons-ihe-hl7v3-4.2.0
4.1.x
ipf-commons-ihe-hl7v3-4.1.0
4.0.x
ipf-commons-ihe-hl7v3-4.0.1
ipf-commons-ihe-hl7v3-4.0.0
4.0
ipf-commons-ihe-hl7v3-4.0-20200713
3.7.x
ipf-commons-ihe-hl7v3-3.7.4
ipf-commons-ihe-hl7v3-3.7.3
ipf-commons-ihe-hl7v3-3.7.2
ipf-commons-ihe-hl7v3-3.7.1
ipf-commons-ihe-hl7v3-3.7.0
3.7
ipf-commons-ihe-hl7v3-3.7-20200306
3.6.x
ipf-commons-ihe-hl7v3-3.6.5
ipf-commons-ihe-hl7v3-3.6.4
ipf-commons-ihe-hl7v3-3.6.3
ipf-commons-ihe-hl7v3-3.6.2
ipf-commons-ihe-hl7v3-3.6.1
ipf-commons-ihe-hl7v3-3.6.0
3.6
ipf-commons-ihe-hl7v3-3.6-20190124
ipf-commons-ihe-hl7v3-3.6-20181130
ipf-commons-ihe-hl7v3-3.6-20181019
3.5.x
ipf-commons-ihe-hl7v3-3.5.4
ipf-commons-ihe-hl7v3-3.5.3
ipf-commons-ihe-hl7v3-3.5.2
ipf-commons-ihe-hl7v3-3.5.1
ipf-commons-ihe-hl7v3-3.5.0
3.5
ipf-commons-ihe-hl7v3-3.5-20180302
3.4.x
ipf-commons-ihe-hl7v3-3.4.3
ipf-commons-ihe-hl7v3-3.4.2
ipf-commons-ihe-hl7v3-3.4.1
ipf-commons-ihe-hl7v3-3.4.0
3.4
ipf-commons-ihe-hl7v3-3.4-20171025
ipf-commons-ihe-hl7v3-3.4-20170926
3.3.x
ipf-commons-ihe-hl7v3-3.3.0
3.3
ipf-commons-ihe-hl7v3-3.3-20170504
3.2.x
ipf-commons-ihe-hl7v3-3.2.1
ipf-commons-ihe-hl7v3-3.2.0
3.2
ipf-commons-ihe-hl7v3-3.2-rc2
ipf-commons-ihe-hl7v3-3.2-rc1
ipf-commons-ihe-hl7v3-3.2-20161124
ipf-commons-ihe-hl7v3-3.2-20161005
3.1.x
ipf-commons-ihe-hl7v3-3.1.1
ipf-commons-ihe-hl7v3-3.1.0
3.1
ipf-commons-ihe-hl7v3-3.1-20160314
ipf-commons-ihe-hl7v3-3.1-20160122
ipf-commons-ihe-hl7v3-3.1-20151130
3.0.x
ipf-commons-ihe-hl7v3-3.0.6
ipf-commons-ihe-hl7v3-3.0.5
ipf-commons-ihe-hl7v3-3.0.4
ipf-commons-ihe-hl7v3-3.0.3
ipf-commons-ihe-hl7v3-3.0.2
ipf-commons-ihe-hl7v3-3.0.1
ipf-commons-ihe-hl7v3-3.0.0

How to add a dependency to Maven

Add the following org.openehealth.ipf.commons : ipf-commons-ihe-hl7v3 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-hl7v3</artifactId>
    <version>4.8-m1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.openehealth.ipf.commons:ipf-commons-ihe-hl7v3:4.8-m1'

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

implementation("org.openehealth.ipf.commons:ipf-commons-ihe-hl7v3:4.8-m1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons-ihe-hl7v3" % "4.8-m1"

Advertisement

Dependencies from Group

Aug 18, 2023
36 usages
145 stars
Aug 18, 2023
28 usages
145 stars
Aug 18, 2023
19 usages
145 stars
Aug 18, 2023
18 usages
145 stars
Aug 18, 2023
12 usages
145 stars

Discover Dependencies

Aug 01, 2023
2 usages
315 stars
Jun 04, 2016
5 usages
4.5k stars
Jun 27, 2015
1 usages
Jul 23, 2015
1 usages
16 stars
Jun 12, 2019
35 usages
202 stars
May 18, 2023
0 stars
Jan 19, 2017
8 usages
199 stars