MVN

com.ibm.fhir : fhir-examples

Maven & Gradle

Apr 06, 2022
313 stars

IBM FHIR Server - Examples · The IBM® FHIR® Server is a modular Java implementation of version 4 of the HL7 FHIR specification with a focus on performance and configurability.

<dependency>
    <groupId>com.ibm.fhir</groupId>
    <artifactId>fhir-examples</artifactId>
    <version>4.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.fhir : fhir-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.11.0

All Versions

Choose a version of com.ibm.fhir : fhir-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.11.x
fhir-examples-4.11.0
4.10.x
fhir-examples-4.10.2
fhir-examples-4.10.1
fhir-examples-4.10.0
4.9.x
fhir-examples-4.9.2
fhir-examples-4.9.1
fhir-examples-4.9.0
4.8.x
fhir-examples-4.8.2
fhir-examples-4.8.1
fhir-examples-4.8.0
4.7.x
fhir-examples-4.7.1
fhir-examples-4.7.0

How to add a dependency to Maven

Add the following com.ibm.fhir : fhir-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibm.fhir</groupId>
    <artifactId>fhir-examples</artifactId>
    <version>4.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.fhir : fhir-examples gradle dependency to your build.gradle file:

implementation 'com.ibm.fhir:fhir-examples:4.11.0'

Gradle Kotlin DSL: Add the following com.ibm.fhir : fhir-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.fhir:fhir-examples:4.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.fhir : fhir-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.fhir" % "fhir-examples" % "4.11.0"

Advertisement

Dependencies from Group

Apr 06, 2022
5 usages
161 stars
Apr 06, 2022
5 usages
161 stars
Apr 06, 2022
2 usages
178 stars
Apr 06, 2022
2 usages
161 stars
Apr 06, 2022
2 usages
161 stars

Discover Dependencies