MVN

io.github.linuxforhealth : hl7v2-fhir-converter

Maven & Gradle

Sep 13, 2022
82 stars

hl7v2-fhir-converter · FHIR converter is a Java based library that enables converting Hl7v2 messages to FHIR resources

<dependency>
    <groupId>io.github.linuxforhealth</groupId>
    <artifactId>hl7v2-fhir-converter</artifactId>
    <version>1.0.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.linuxforhealth : hl7v2-fhir-converter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.19
  • Latest Alpha: 1.0.3-alpha

All Versions

Choose a version of io.github.linuxforhealth : hl7v2-fhir-converter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hl7v2-fhir-converter-1.0.19
hl7v2-fhir-converter-1.0.18
hl7v2-fhir-converter-1.0.17
hl7v2-fhir-converter-1.0.16
hl7v2-fhir-converter-1.0.15
hl7v2-fhir-converter-1.0.14
hl7v2-fhir-converter-1.0.13
hl7v2-fhir-converter-1.0.12
hl7v2-fhir-converter-1.0.11
hl7v2-fhir-converter-1.0.10
hl7v2-fhir-converter-1.0.9
hl7v2-fhir-converter-1.0.8
hl7v2-fhir-converter-1.0.5
hl7v2-fhir-converter-1.0.4
hl7v2-fhir-converter-1.0.3-alpha
hl7v2-fhir-converter-1.0.2-alpha
hl7v2-fhir-converter-1.0.0
v1.0.x
hl7v2-fhir-converter-v1.0.7
hl7v2-fhir-converter-v1.0.6
hl7v2-fhir-converter-v1.0.1-alpha

How to add a dependency to Maven

Add the following io.github.linuxforhealth : hl7v2-fhir-converter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.linuxforhealth</groupId>
    <artifactId>hl7v2-fhir-converter</artifactId>
    <version>1.0.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.linuxforhealth : hl7v2-fhir-converter gradle dependency to your build.gradle file:

implementation 'io.github.linuxforhealth:hl7v2-fhir-converter:1.0.19'

Gradle Kotlin DSL: Add the following io.github.linuxforhealth : hl7v2-fhir-converter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.linuxforhealth:hl7v2-fhir-converter:1.0.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.linuxforhealth : hl7v2-fhir-converter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.linuxforhealth" % "hl7v2-fhir-converter" % "1.0.19"

Advertisement