MVN

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

Maven & Gradle

Aug 17, 2023
7 usages
1.7k stars

HAPI FHIR JPA Model

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

Latest Version

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

  • Latest Stable: 6.8.0

All Versions

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

Version Vulnerabilities Updated
6.8.x
hapi-fhir-jpaserver-model-6.8.0
6.6.x
hapi-fhir-jpaserver-model-6.6.2
hapi-fhir-jpaserver-model-6.6.1
hapi-fhir-jpaserver-model-6.6.0
6.4.x
hapi-fhir-jpaserver-model-6.4.7
hapi-fhir-jpaserver-model-6.4.6
hapi-fhir-jpaserver-model-6.4.4
hapi-fhir-jpaserver-model-6.4.3
hapi-fhir-jpaserver-model-6.4.2
hapi-fhir-jpaserver-model-6.4.1
hapi-fhir-jpaserver-model-6.4.0
6.2.x
hapi-fhir-jpaserver-model-6.2.5
hapi-fhir-jpaserver-model-6.2.4
hapi-fhir-jpaserver-model-6.2.3
hapi-fhir-jpaserver-model-6.2.2
hapi-fhir-jpaserver-model-6.2.1
hapi-fhir-jpaserver-model-6.2.0
6.1.x
hapi-fhir-jpaserver-model-6.1.3
hapi-fhir-jpaserver-model-6.1.2
hapi-fhir-jpaserver-model-6.1.1
hapi-fhir-jpaserver-model-6.1.0
6.0.x
hapi-fhir-jpaserver-model-6.0.5
hapi-fhir-jpaserver-model-6.0.4
hapi-fhir-jpaserver-model-6.0.3
hapi-fhir-jpaserver-model-6.0.2
hapi-fhir-jpaserver-model-6.0.1
hapi-fhir-jpaserver-model-6.0.0
5.7.x
hapi-fhir-jpaserver-model-5.7.9
hapi-fhir-jpaserver-model-5.7.8
hapi-fhir-jpaserver-model-5.7.7
hapi-fhir-jpaserver-model-5.7.6
hapi-fhir-jpaserver-model-5.7.4
hapi-fhir-jpaserver-model-5.7.3
hapi-fhir-jpaserver-model-5.7.2
hapi-fhir-jpaserver-model-5.7.1
hapi-fhir-jpaserver-model-5.7.0
5.6.x
hapi-fhir-jpaserver-model-5.6.5
hapi-fhir-jpaserver-model-5.6.3
hapi-fhir-jpaserver-model-5.6.2
hapi-fhir-jpaserver-model-5.6.1
hapi-fhir-jpaserver-model-5.6.0
5.5.x
hapi-fhir-jpaserver-model-5.5.7
hapi-fhir-jpaserver-model-5.5.5
hapi-fhir-jpaserver-model-5.5.4
hapi-fhir-jpaserver-model-5.5.3
hapi-fhir-jpaserver-model-5.5.2
hapi-fhir-jpaserver-model-5.5.1
hapi-fhir-jpaserver-model-5.5.0
5.4.x
hapi-fhir-jpaserver-model-5.4.2
hapi-fhir-jpaserver-model-5.4.1
hapi-fhir-jpaserver-model-5.4.0
5.3.x
hapi-fhir-jpaserver-model-5.3.3
hapi-fhir-jpaserver-model-5.3.2
hapi-fhir-jpaserver-model-5.3.0
5.2.x
hapi-fhir-jpaserver-model-5.2.1
hapi-fhir-jpaserver-model-5.2.0
5.1.x
hapi-fhir-jpaserver-model-5.1.0
5.0.x
hapi-fhir-jpaserver-model-5.0.2
hapi-fhir-jpaserver-model-5.0.1
hapi-fhir-jpaserver-model-5.0.0
4.2.x
hapi-fhir-jpaserver-model-4.2.0
4.1.x
hapi-fhir-jpaserver-model-4.1.0
4.0.x
hapi-fhir-jpaserver-model-4.0.3
hapi-fhir-jpaserver-model-4.0.2
hapi-fhir-jpaserver-model-4.0.1
hapi-fhir-jpaserver-model-4.0.0
3.8.x
hapi-fhir-jpaserver-model-3.8.0
3.7.x
hapi-fhir-jpaserver-model-3.7.0

How to add a dependency to Maven

Add the following ca.uhn.hapi.fhir : hapi-fhir-jpaserver-model 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-model</artifactId>
    <version>6.8.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ca.uhn.hapi.fhir:hapi-fhir-jpaserver-model:6.8.0'

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

implementation("ca.uhn.hapi.fhir:hapi-fhir-jpaserver-model:6.8.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-jpaserver-model" % "6.8.0"

Advertisement

Dependencies from Group

Aug 17, 2023
122 usages
1.7k stars
Aug 17, 2023
71 usages
1.7k stars
Aug 17, 2023
67 usages
1.7k stars
Aug 17, 2023
54 usages
1.7k stars
Aug 17, 2023
42 usages
1.7k stars

Discover Dependencies

Aug 24, 2023
14 usages
78 stars
Feb 28, 2019
8 usages
Feb 26, 2019
7 usages
1 stars
Feb 26, 2019
7 usages
1 stars
Jul 06, 2020
7 usages
30 stars
Jul 06, 2020
7 usages
30 stars
Jun 15, 2022
21 usages
Aug 14, 2023
7 usages
6.3k stars