MVN

ca.uhn.hapi.fhir : hapi-fhir-storage-batch2-test-utilities

Maven & Gradle

Aug 17, 2023

HAPI FHIR JPA Server - Batch2 specification tests · Batch2 is a framework for managing and executing long running "batch" jobs

<dependency>
    <groupId>ca.uhn.hapi.fhir</groupId>
    <artifactId>hapi-fhir-storage-batch2-test-utilities</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-storage-batch2-test-utilities 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-storage-batch2-test-utilities to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.8.x
hapi-fhir-storage-batch2-test-utilities-6.8.0
6.6.x
hapi-fhir-storage-batch2-test-utilities-6.6.2
hapi-fhir-storage-batch2-test-utilities-6.6.1
hapi-fhir-storage-batch2-test-utilities-6.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>ca.uhn.hapi.fhir</groupId>
    <artifactId>hapi-fhir-storage-batch2-test-utilities</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-storage-batch2-test-utilities gradle dependency to your build.gradle file:

implementation 'ca.uhn.hapi.fhir:hapi-fhir-storage-batch2-test-utilities:6.8.0'

Gradle Kotlin DSL: Add the following ca.uhn.hapi.fhir : hapi-fhir-storage-batch2-test-utilities gradle kotlin dependency to your build.gradle.kts file:

implementation("ca.uhn.hapi.fhir:hapi-fhir-storage-batch2-test-utilities:6.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ca.uhn.hapi.fhir : hapi-fhir-storage-batch2-test-utilities sbt scala dependency to your build.sbt file:

libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-storage-batch2-test-utilities" % "6.8.0"

Advertisement