MVN

org.thecommonsproject : commonhealth-common

Maven & Gradle

Sep 22, 2022
1 usages

CommonHealth Common · This library contains classes that are shared between the CommonHealth application and the CommonHealth SDK

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

Latest Version

Choose a version of org.thecommonsproject : commonhealth-common 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-common to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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