MVN

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

Maven & Gradle

Aug 18, 2023
3 usages
145 stars

ipf-commons-ihe-hl7v2ws · HL7v2 Web-Service specific IHE support

<dependency>
    <groupId>org.openehealth.ipf.commons</groupId>
    <artifactId>ipf-commons-ihe-hl7v2ws</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-hl7v2ws 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-hl7v2ws to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

Add the following org.openehealth.ipf.commons : ipf-commons-ihe-hl7v2ws 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-hl7v2ws</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-hl7v2ws gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons-ihe-hl7v2ws" % "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 18, 2023
1k stars
Oct 18, 2022
1 usages
1.7k stars
Jul 14, 2022
2 usages
47 stars
Nov 11, 2021
1 usages
859 stars
Nov 11, 2021
1 usages
858 stars
Nov 11, 2021
1 usages
858 stars
Nov 11, 2021
1 usages
858 stars
Nov 11, 2021
1 usages
858 stars
Aug 03, 2023
6 usages
71 stars