MVN

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

Maven & Gradle

Oct 26, 2016
21 stars

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

<dependency>
    <groupId>gov.hhs.cms.bluebutton.fhir</groupId>
    <artifactId>bbonfhir-server-app</artifactId>
    <version>0.1.0-cbbf-30-support-ssl-with-jetty-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.0-cbbf-30-support-ssl-with-jetty-1

All Versions

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

Version Vulnerabilities Updated
0.1.x
bbonfhir-server-app-0.1.0-cbbf-30-support-ssl-with-jetty-1
bbonfhir-server-app-0.1.0-devenv-instructions-1
bbonfhir-server-app-0.1.0-1
bbonfhir-server-app-0.1.0-cbbd-119-tweaks-needed-by-benchmarks-1
bbonfhir-server-app-0.1.0-cbbd-125-jetty-config-webappcontext-1
bbonfhir-server-app-0.1.0-54
bbonfhir-server-app-0.1.0-cbbf-40-cleanup-and-refactor-2
bbonfhir-server-app-0.1.0-cbbf-40-cleanup-and-refactor-1
bbonfhir-server-app-0.1.0-53
bbonfhir-server-app-0.1.0-52
bbonfhir-server-app-0.1.0-cbbf-39-disable-lucene-1
bbonfhir-server-app-0.1.0-cbbf-1-additional-config-changes-1
bbonfhir-server-app-0.1.0-51
bbonfhir-server-app-0.1.0-cbbf-1-upgrade-to-dstu3-11
bbonfhir-server-app-0.1.0-cbbf-1-upgrade-to-dstu3-1
bbonfhir-server-app-0.1.0-50
bbonfhir-server-app-0.1.0-49
bbonfhir-server-app-0.1.0-cbbd-138-fix-start-stop-problem-1
bbonfhir-server-app-0.1.0-cbbd-141-wildfly-connect-timeouts-1
bbonfhir-server-app-0.1.0-48
bbonfhir-server-app-0.1.0-47
bbonfhir-server-app-0.1.0-cbbi-139-wildfly-deploy-4
bbonfhir-server-app-0.1.0-cbbi-139-wildfly-deploy-2
bbonfhir-server-app-0.1.0-cbbi-139-wildfly-deploy-1
bbonfhir-server-app-0.1.0-46
bbonfhir-server-app-0.1.0-cbbf-31-switch-to-wildfly-5
bbonfhir-server-app-0.1.0-cbbf-31-switch-to-wildfly-1
bbonfhir-server-app-0.1.0-45
bbonfhir-server-app-0.1.0-cbbd-125-jetty-config-webappcontext-2
bbonfhir-server-app-0.1.0-44
bbonfhir-server-app-0.1.0-cbbf-30-support-ssl-with-jetty-3
bbonfhir-server-app-0.1.0-cbbf-30-support-ssl-with-jetty-2
bbonfhir-server-app-0.1.0-cbbf-30-support-ssl-with-wildfly-1
bbonfhir-server-app-0.1.0-43
bbonfhir-server-app-0.1.0-devenv-instructions-2
bbonfhir-server-app-0.1.0-42
bbonfhir-server-app-0.1.0-41
bbonfhir-server-app-0.1.0-40
bbonfhir-server-app-0.1.0-39
bbonfhir-server-app-0.1.0-38
bbonfhir-server-app-0.1.0-37
bbonfhir-server-app-0.1.0-36
bbonfhir-server-app-0.1.0-34
bbonfhir-server-app-0.1.0-33
bbonfhir-server-app-0.1.0-31
bbonfhir-server-app-0.1.0-30

How to add a dependency to Maven

Add the following gov.hhs.cms.bluebutton.fhir : bbonfhir-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>bbonfhir-server-app</artifactId>
    <version>0.1.0-cbbf-30-support-ssl-with-jetty-1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'gov.hhs.cms.bluebutton.fhir:bbonfhir-server-app:0.1.0-cbbf-30-support-ssl-with-jetty-1'

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

implementation("gov.hhs.cms.bluebutton.fhir:bbonfhir-server-app:0.1.0-cbbf-30-support-ssl-with-jetty-1")

How to add a dependency to SBT Scala

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

libraryDependencies += "gov.hhs.cms.bluebutton.fhir" % "bbonfhir-server-app" % "0.1.0-cbbf-30-support-ssl-with-jetty-1"