MVN

com.helpshift : android-helpshift-withCampaigns-lib

Maven & Gradle

Mar 25, 2019

Helpshift Android SDK · Android SDK to integrate with Helpshift.

<dependency>
    <groupId>com.helpshift</groupId>
    <artifactId>android-helpshift-withCampaigns-lib</artifactId>
    <version>7.5.0-withCampaigns</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.helpshift : android-helpshift-withCampaigns-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.5.0-withCampaigns

All Versions

Choose a version of com.helpshift : android-helpshift-withCampaigns-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.5.x
android-helpshift-withCampaigns-lib-7.5.0-withCampaigns

How to add a dependency to Maven

Add the following com.helpshift : android-helpshift-withCampaigns-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.helpshift</groupId>
    <artifactId>android-helpshift-withCampaigns-lib</artifactId>
    <version>7.5.0-withCampaigns</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.helpshift : android-helpshift-withCampaigns-lib gradle dependency to your build.gradle file:

implementation 'com.helpshift:android-helpshift-withCampaigns-lib:7.5.0-withCampaigns'

Gradle Kotlin DSL: Add the following com.helpshift : android-helpshift-withCampaigns-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.helpshift:android-helpshift-withCampaigns-lib:7.5.0-withCampaigns")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.helpshift : android-helpshift-withCampaigns-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.helpshift" % "android-helpshift-withCampaigns-lib" % "7.5.0-withCampaigns"