GroupId | GroupIdcom.helpshift |
---|---|
ArtifactId | ArtifactIdandroid-helpshift-support-sdk |
Version | Version7.0.1-support |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.helpshift/android-helpshift-support-sdk/ -->
<dependency>
<groupId>com.helpshift</groupId>
<artifactId>android-helpshift-support-sdk</artifactId>
<version>7.0.1-support</version>
</dependency>
// https://jarcasting.com/artifacts/com.helpshift/android-helpshift-support-sdk/
implementation 'com.helpshift:android-helpshift-support-sdk:7.0.1-support'
// https://jarcasting.com/artifacts/com.helpshift/android-helpshift-support-sdk/
implementation ("com.helpshift:android-helpshift-support-sdk:7.0.1-support")
'com.helpshift:android-helpshift-support-sdk:jar:7.0.1-support'
<dependency org="com.helpshift" name="android-helpshift-support-sdk" rev="7.0.1-support">
<artifact name="android-helpshift-support-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.helpshift', module='android-helpshift-support-sdk', version='7.0.1-support')
)
libraryDependencies += "com.helpshift" % "android-helpshift-support-sdk" % "7.0.1-support"
[com.helpshift/android-helpshift-support-sdk "7.0.1-support"]