MVN

org.thecommonsproject : commonhealth-client

Maven & Gradle

Sep 22, 2022

CommonHealth Client SDK · This library contains the client SDK that enables on-device data sharing with CommonHealth.

<dependency>
    <groupId>org.thecommonsproject</groupId>
    <artifactId>commonhealth-client</artifactId>
    <version>1.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.thecommonsproject : commonhealth-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.4
  • Latest Alpha: 1.1.1-alpha02

All Versions

Choose a version of org.thecommonsproject : commonhealth-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
commonhealth-client-1.6.4
commonhealth-client-1.6.2
1.3.x
commonhealth-client-1.3.15
1.1.x
commonhealth-client-1.1.2
commonhealth-client-1.1.1-alpha02

How to add a dependency to Maven

Add the following org.thecommonsproject : commonhealth-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.thecommonsproject</groupId>
    <artifactId>commonhealth-client</artifactId>
    <version>1.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.thecommonsproject : commonhealth-client gradle dependency to your build.gradle file:

implementation 'org.thecommonsproject:commonhealth-client:1.6.4'

Gradle Kotlin DSL: Add the following org.thecommonsproject : commonhealth-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.thecommonsproject:commonhealth-client:1.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.thecommonsproject : commonhealth-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.thecommonsproject" % "commonhealth-client" % "1.6.4"