MVN

com.ibm.fhir : fhir-term-graph

Maven & Gradle

Apr 06, 2022
<dependency>
    <groupId>com.ibm.fhir</groupId>
    <artifactId>fhir-term-graph</artifactId>
    <version>4.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.11.0

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.ibm.fhir:fhir-term-graph:4.11.0'

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

implementation("com.ibm.fhir:fhir-term-graph:4.11.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ibm.fhir" % "fhir-term-graph" % "4.11.0"

Advertisement