MVN

com.helpshift : helpshift-sdkx

Maven & Gradle

Mar 06, 2023

Helpshift Android SDK · Android SDK to integrate with Helpshift.

<dependency>
    <groupId>com.helpshift</groupId>
    <artifactId>helpshift-sdkx</artifactId>
    <version>10.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 10.2.2
  • Latest Beta: 1.0.0-beta

All Versions

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

Version Vulnerabilities Updated
10.2.x
helpshift-sdkx-10.2.2
helpshift-sdkx-10.2.1
helpshift-sdkx-10.2.0
10.1.x
helpshift-sdkx-10.1.0
10.0.x
helpshift-sdkx-10.0.2
helpshift-sdkx-10.0.1
helpshift-sdkx-10.0.0
1.0.x
helpshift-sdkx-1.0.0-beta

How to add a dependency to Maven

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

<dependency>
    <groupId>com.helpshift</groupId>
    <artifactId>helpshift-sdkx</artifactId>
    <version>10.2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.helpshift:helpshift-sdkx:10.2.2'

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

implementation("com.helpshift:helpshift-sdkx:10.2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.helpshift" % "helpshift-sdkx" % "10.2.2"

Advertisement