MVN

ca.uhn.hapi.fhir : hapi-fhir-elasticsearch-6

Maven & Gradle

Jan 21, 2021
1 usages
1.7k stars

hapi-fhir-elasticsearch-6

<dependency>
    <groupId>ca.uhn.hapi.fhir</groupId>
    <artifactId>hapi-fhir-elasticsearch-6</artifactId>
    <version>5.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ca.uhn.hapi.fhir : hapi-fhir-elasticsearch-6 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.1

All Versions

Choose a version of ca.uhn.hapi.fhir : hapi-fhir-elasticsearch-6 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
hapi-fhir-elasticsearch-6-5.2.1
hapi-fhir-elasticsearch-6-5.2.0
5.1.x
hapi-fhir-elasticsearch-6-5.1.0

How to add a dependency to Maven

Add the following ca.uhn.hapi.fhir : hapi-fhir-elasticsearch-6 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ca.uhn.hapi.fhir</groupId>
    <artifactId>hapi-fhir-elasticsearch-6</artifactId>
    <version>5.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ca.uhn.hapi.fhir : hapi-fhir-elasticsearch-6 gradle dependency to your build.gradle file:

implementation 'ca.uhn.hapi.fhir:hapi-fhir-elasticsearch-6:5.2.1'

Gradle Kotlin DSL: Add the following ca.uhn.hapi.fhir : hapi-fhir-elasticsearch-6 gradle kotlin dependency to your build.gradle.kts file:

implementation("ca.uhn.hapi.fhir:hapi-fhir-elasticsearch-6:5.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ca.uhn.hapi.fhir : hapi-fhir-elasticsearch-6 sbt scala dependency to your build.sbt file:

libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-elasticsearch-6" % "5.2.1"

Advertisement