MVN

software.tnb : system-x-fhir

Maven & Gradle

Aug 21, 2023
4 stars

TNB :: System-X :: Services :: FHIR

<dependency>
    <groupId>software.tnb</groupId>
    <artifactId>system-x-fhir</artifactId>
    <version>0.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.tnb : system-x-fhir to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.13

All Versions

Choose a version of software.tnb : system-x-fhir to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
system-x-fhir-0.0.13
system-x-fhir-0.0.12
system-x-fhir-0.0.11
system-x-fhir-0.0.10
system-x-fhir-0.0.9
system-x-fhir-0.0.8
system-x-fhir-0.0.7
system-x-fhir-0.0.6
system-x-fhir-0.0.5
system-x-fhir-0.0.4
system-x-fhir-0.0.3

How to add a dependency to Maven

Add the following software.tnb : system-x-fhir maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.tnb</groupId>
    <artifactId>system-x-fhir</artifactId>
    <version>0.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.tnb : system-x-fhir gradle dependency to your build.gradle file:

implementation 'software.tnb:system-x-fhir:0.0.13'

Gradle Kotlin DSL: Add the following software.tnb : system-x-fhir gradle kotlin dependency to your build.gradle.kts file:

implementation("software.tnb:system-x-fhir:0.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.tnb : system-x-fhir sbt scala dependency to your build.sbt file:

libraryDependencies += "software.tnb" % "system-x-fhir" % "0.0.13"