MVN

com.hh-medic.android.sdk : hh_doctor

Maven & Gradle

Mar 24, 2022

HHDoctorSDK · A Doctor SDK for Mini

<dependency>
    <groupId>com.hh-medic.android.sdk</groupId>
    <artifactId>hh_doctor</artifactId>
    <version>3.1.0.03242028</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hh-medic.android.sdk : hh_doctor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0.03242028

All Versions

Choose a version of com.hh-medic.android.sdk : hh_doctor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
hh_doctor-3.1.0.03242028
hh_doctor-3.1.0.03241927
hh_doctor-3.1.0.03241559
hh_doctor-3.1.0.02171016
hh_doctor-3.1.0.12071650
hh_doctor-3.1.0.08241639
hh_doctor-3.1.0.08231707
hh_doctor-3.1.0.08201141
hh_doctor-3.1.0.08191810
hh_doctor-3.1.0.08191707
hh_doctor-3.1.0.08191104
hh_doctor-3.1.0.08161259
hh_doctor-3.1.0.08131041
hh_doctor-3.1.0.08131004
hh_doctor-3.1.0.08121908
hh_doctor-3.1.0.08092039
hh_doctor-3.1.0.08041308
hh_doctor-3.1.0.08041004
hh_doctor-3.1.0.08031427

How to add a dependency to Maven

Add the following com.hh-medic.android.sdk : hh_doctor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hh-medic.android.sdk</groupId>
    <artifactId>hh_doctor</artifactId>
    <version>3.1.0.03242028</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hh-medic.android.sdk : hh_doctor gradle dependency to your build.gradle file:

implementation 'com.hh-medic.android.sdk:hh_doctor:3.1.0.03242028'

Gradle Kotlin DSL: Add the following com.hh-medic.android.sdk : hh_doctor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hh-medic.android.sdk:hh_doctor:3.1.0.03242028")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hh-medic.android.sdk : hh_doctor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hh-medic.android.sdk" % "hh_doctor" % "3.1.0.03242028"

Advertisement