MVN

gov.hhs.cms.bluebutton.fhir : bluebutton-server-app

Maven & Gradle

Nov 09, 2016
21 stars

The primary WAR for the CMS Blue Button API project. Provides a FHIR API.

<dependency>
    <groupId>gov.hhs.cms.bluebutton.fhir</groupId>
    <artifactId>bluebutton-server-app</artifactId>
    <version>1.0.0-7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.hhs.cms.bluebutton.fhir : bluebutton-server-app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-7

All Versions

Choose a version of gov.hhs.cms.bluebutton.fhir : bluebutton-server-app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
bluebutton-server-app-1.0.0-7
bluebutton-server-app-1.0.0-cbbf-41-support-cygwin-1
bluebutton-server-app-1.0.0-6
bluebutton-server-app-1.0.0-5
bluebutton-server-app-1.0.0-cbbd-155-profiling-hapi-2
bluebutton-server-app-1.0.0-4
bluebutton-server-app-1.0.0-cbbf-39-disable-lucene-for-reals-1
bluebutton-server-app-1.0.0-3
bluebutton-server-app-1.0.0-cbbf-40-cleanup-and-refactor-round-2-1
0.1.x
bluebutton-server-app-0.1.0-2
bluebutton-server-app-0.1.0-cbbf-40-cleanup-and-refactor-round-2-1

How to add a dependency to Maven

Add the following gov.hhs.cms.bluebutton.fhir : bluebutton-server-app maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gov.hhs.cms.bluebutton.fhir</groupId>
    <artifactId>bluebutton-server-app</artifactId>
    <version>1.0.0-7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gov.hhs.cms.bluebutton.fhir : bluebutton-server-app gradle dependency to your build.gradle file:

implementation 'gov.hhs.cms.bluebutton.fhir:bluebutton-server-app:1.0.0-7'

Gradle Kotlin DSL: Add the following gov.hhs.cms.bluebutton.fhir : bluebutton-server-app gradle kotlin dependency to your build.gradle.kts file:

implementation("gov.hhs.cms.bluebutton.fhir:bluebutton-server-app:1.0.0-7")

How to add a dependency to SBT Scala

SBT Scala: Add the following gov.hhs.cms.bluebutton.fhir : bluebutton-server-app sbt scala dependency to your build.sbt file:

libraryDependencies += "gov.hhs.cms.bluebutton.fhir" % "bluebutton-server-app" % "1.0.0-7"

Advertisement