MVN

com.helpshift : android-helpshift-withCampaigns-aar

Maven & Gradle

Feb 02, 2021

Helpshift Android SDK · Android SDK to integrate with Helpshift.

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

Latest Version

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

  • Latest Stable: 7.9.2-withCampaigns

All Versions

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

Version Vulnerabilities Updated
7.9.x
android-helpshift-withCampaigns-aar-7.9.2-withCampaigns
android-helpshift-withCampaigns-aar-7.9.1-withCampaigns
android-helpshift-withCampaigns-aar-7.9.0-withCampaigns
7.8.x
android-helpshift-withCampaigns-aar-7.8.1-withCampaigns
android-helpshift-withCampaigns-aar-7.8.0-withCampaigns
7.7.x
android-helpshift-withCampaigns-aar-7.7.2-withCampaigns
android-helpshift-withCampaigns-aar-7.7.1-withCampaigns
android-helpshift-withCampaigns-aar-7.7.0-withCampaigns
7.6.x
android-helpshift-withCampaigns-aar-7.6.3-withCampaigns
android-helpshift-withCampaigns-aar-7.6.2-withCampaigns
android-helpshift-withCampaigns-aar-7.6.0-withCampaigns
7.5.x
android-helpshift-withCampaigns-aar-7.5.0-withCampaigns

How to add a dependency to Maven

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

<dependency>
    <groupId>com.helpshift</groupId>
    <artifactId>android-helpshift-withCampaigns-aar</artifactId>
    <version>7.9.2-withCampaigns</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.helpshift:android-helpshift-withCampaigns-aar:7.9.2-withCampaigns'

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

implementation("com.helpshift:android-helpshift-withCampaigns-aar:7.9.2-withCampaigns")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.helpshift" % "android-helpshift-withCampaigns-aar" % "7.9.2-withCampaigns"