MVN

org.linuxforhealth.fhir : fhir-bucket

Maven & Gradle

Dec 15, 2022
<dependency>
    <groupId>org.linuxforhealth.fhir</groupId>
    <artifactId>fhir-bucket</artifactId>
    <version>5.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.linuxforhealth.fhir : fhir-bucket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.1
  • Latest Release Candidate: 5.0.0-RC2

All Versions

Choose a version of org.linuxforhealth.fhir : fhir-bucket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
fhir-bucket-5.1.1
fhir-bucket-5.1.0
5.0.x
fhir-bucket-5.0.0
fhir-bucket-5.0.0-RC2
fhir-bucket-5.0.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.linuxforhealth.fhir</groupId>
    <artifactId>fhir-bucket</artifactId>
    <version>5.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.linuxforhealth.fhir : fhir-bucket gradle dependency to your build.gradle file:

implementation 'org.linuxforhealth.fhir:fhir-bucket:5.1.1'

Gradle Kotlin DSL: Add the following org.linuxforhealth.fhir : fhir-bucket gradle kotlin dependency to your build.gradle.kts file:

implementation("org.linuxforhealth.fhir:fhir-bucket:5.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.linuxforhealth.fhir : fhir-bucket sbt scala dependency to your build.sbt file:

libraryDependencies += "org.linuxforhealth.fhir" % "fhir-bucket" % "5.1.1"