MVN

gov.hhs.cms.bluebutton.datapipeline : bluebutton-data-pipeline-benchmarks

Maven & Gradle

Nov 06, 2016

A set of benchmarks/performance tests for the application.

<dependency>
    <groupId>gov.hhs.cms.bluebutton.datapipeline</groupId>
    <artifactId>bluebutton-data-pipeline-benchmarks</artifactId>
    <version>0.1.0-79</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.hhs.cms.bluebutton.datapipeline : bluebutton-data-pipeline-benchmarks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-79

All Versions

Choose a version of gov.hhs.cms.bluebutton.datapipeline : bluebutton-data-pipeline-benchmarks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
bluebutton-data-pipeline-benchmarks-0.1.0-79
bluebutton-data-pipeline-benchmarks-0.1.0-78
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-149-benchmark-larger-samples-3
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-149-benchmark-larger-samples-2
bluebutton-data-pipeline-benchmarks-0.1.0-77
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-113-manifest-samples-and-tests-1
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-149-benchmark-larger-samples-1
bluebutton-data-pipeline-benchmarks-0.1.0-76
bluebutton-data-pipeline-benchmarks-0.1.0-75
bluebutton-data-pipeline-benchmarks-0.1.0-cbbf-40-bbonfhir-renamed-to-bluebutton-3
bluebutton-data-pipeline-benchmarks-0.1.0-cbbf-40-bbonfhir-renamed-to-bluebutton-2
bluebutton-data-pipeline-benchmarks-0.1.0-cbbf-40-bbonfhir-renamed-to-bluebutton-1
bluebutton-data-pipeline-benchmarks-0.1.0-74
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-150-line-endings-again-1
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-153-intermittent-access-errors-1
bluebutton-data-pipeline-benchmarks-0.1.0-73
bluebutton-data-pipeline-benchmarks-0.1.0-cbbf-38-hapi-error-intermittent-2
bluebutton-data-pipeline-benchmarks-0.1.0-72
bluebutton-data-pipeline-benchmarks-0.1.0-71
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-152-oom-error-in-wildfly-2
bluebutton-data-pipeline-benchmarks-0.1.0-70
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-152-oom-error-in-wildfly-1
bluebutton-data-pipeline-benchmarks-0.1.0-69
bluebutton-data-pipeline-benchmarks-0.1.0-68
bluebutton-data-pipeline-benchmarks-0.1.0-67
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-147-stu3-initial-switch-2
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-150-fix-crlfs-2
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-150-fix-crlfs-1
bluebutton-data-pipeline-benchmarks-0.1.0-61
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-138-parallel-fhir-txs-5
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-138-parallel-fhir-txs-4
bluebutton-data-pipeline-benchmarks-0.1.0-60
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-137-handle-nullable-fields-3
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-138-parallel-fhir-txs-2
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-137-handle-nullable-fields-2
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-137-handle-nullable-fields-1
bluebutton-data-pipeline-benchmarks-0.1.0-59
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-134-orphan-fhir-resources-3
bluebutton-data-pipeline-benchmarks-0.1.0-dme-parse-transform-2-5
bluebutton-data-pipeline-benchmarks-0.1.0-56
bluebutton-data-pipeline-benchmarks-0.1.0-cbbd-119-add-etl-benchmarks-1

How to add a dependency to Maven

Add the following gov.hhs.cms.bluebutton.datapipeline : bluebutton-data-pipeline-benchmarks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gov.hhs.cms.bluebutton.datapipeline</groupId>
    <artifactId>bluebutton-data-pipeline-benchmarks</artifactId>
    <version>0.1.0-79</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gov.hhs.cms.bluebutton.datapipeline : bluebutton-data-pipeline-benchmarks gradle dependency to your build.gradle file:

implementation 'gov.hhs.cms.bluebutton.datapipeline:bluebutton-data-pipeline-benchmarks:0.1.0-79'

Gradle Kotlin DSL: Add the following gov.hhs.cms.bluebutton.datapipeline : bluebutton-data-pipeline-benchmarks gradle kotlin dependency to your build.gradle.kts file:

implementation("gov.hhs.cms.bluebutton.datapipeline:bluebutton-data-pipeline-benchmarks:0.1.0-79")

How to add a dependency to SBT Scala

SBT Scala: Add the following gov.hhs.cms.bluebutton.datapipeline : bluebutton-data-pipeline-benchmarks sbt scala dependency to your build.sbt file:

libraryDependencies += "gov.hhs.cms.bluebutton.datapipeline" % "bluebutton-data-pipeline-benchmarks" % "0.1.0-79"