MVN

com.lifeomic : fhirlib

Maven & Gradle

Jun 12, 2021
9 stars

A scala ser/de library for working with FHIR data

<dependency>
    <groupId>com.lifeomic</groupId>
    <artifactId>fhirlib</artifactId>
    <version>0.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lifeomic : fhirlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.1

All Versions

Choose a version of com.lifeomic : fhirlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
fhirlib-0.10.1
fhirlib-0.10.0
0.9.x
fhirlib-0.9.0
0.8.x
fhirlib-0.8.0
0.7.x
fhirlib-0.7.0
0.6.x
fhirlib-0.6.1
fhirlib-0.6.0
0.5.x
fhirlib-0.5.1
fhirlib-0.5.0
0.4.x
fhirlib-0.4.2
fhirlib-0.4.1
fhirlib-0.4.0
0.3.x
fhirlib-0.3.8
fhirlib-0.3.7
fhirlib-0.3.6
fhirlib-0.3.5
fhirlib-0.3.4
fhirlib-0.3.3
fhirlib-0.3.2
fhirlib-0.3.1
fhirlib-0.3.0
0.2.x
fhirlib-0.2.9
fhirlib-0.2.8
fhirlib-0.2.7
fhirlib-0.2.6
fhirlib-0.2.5
fhirlib-0.2.4
fhirlib-0.2.3
fhirlib-0.2.2
0.2
fhirlib-0.2
0.1
fhirlib-0.1

How to add a dependency to Maven

Add the following com.lifeomic : fhirlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lifeomic</groupId>
    <artifactId>fhirlib</artifactId>
    <version>0.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lifeomic : fhirlib gradle dependency to your build.gradle file:

implementation 'com.lifeomic:fhirlib:0.10.1'

Gradle Kotlin DSL: Add the following com.lifeomic : fhirlib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lifeomic:fhirlib:0.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lifeomic : fhirlib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lifeomic" % "fhirlib" % "0.10.1"

Advertisement