MVN

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

Maven & Gradle

Sep 09, 2019
1 usages
1.3k stars

HAPI FHIR JPA Server - ElasticSearch Integration

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

Latest Version

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

  • Latest Stable: 4.0.3

All Versions

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

Version Vulnerabilities Updated
4.0.x
hapi-fhir-jpaserver-elasticsearch-4.0.3
hapi-fhir-jpaserver-elasticsearch-4.0.2
hapi-fhir-jpaserver-elasticsearch-4.0.1
hapi-fhir-jpaserver-elasticsearch-4.0.0
3.8.x
hapi-fhir-jpaserver-elasticsearch-3.8.0
3.7.x
hapi-fhir-jpaserver-elasticsearch-3.7.0
3.6.x
hapi-fhir-jpaserver-elasticsearch-3.6.0
3.5.x
hapi-fhir-jpaserver-elasticsearch-3.5.0
3.4.x
hapi-fhir-jpaserver-elasticsearch-3.4.0
3.3.x
hapi-fhir-jpaserver-elasticsearch-3.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>ca.uhn.hapi.fhir</groupId>
    <artifactId>hapi-fhir-jpaserver-elasticsearch</artifactId>
    <version>4.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ca.uhn.hapi.fhir:hapi-fhir-jpaserver-elasticsearch:4.0.3'

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

implementation("ca.uhn.hapi.fhir:hapi-fhir-jpaserver-elasticsearch:4.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-jpaserver-elasticsearch" % "4.0.3"

Advertisement