GroupId | GroupIdcom.helpshift |
---|---|
ArtifactId | ArtifactIdandroid-helpshift-support-sdk |
Version | Version4.7.0-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>4.7.0-support</version>
</dependency>
// https://jarcasting.com/artifacts/com.helpshift/android-helpshift-support-sdk/
implementation 'com.helpshift:android-helpshift-support-sdk:4.7.0-support'
// https://jarcasting.com/artifacts/com.helpshift/android-helpshift-support-sdk/
implementation ("com.helpshift:android-helpshift-support-sdk:4.7.0-support")
'com.helpshift:android-helpshift-support-sdk:jar:4.7.0-support'
<dependency org="com.helpshift" name="android-helpshift-support-sdk" rev="4.7.0-support">
<artifact name="android-helpshift-support-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.helpshift', module='android-helpshift-support-sdk', version='4.7.0-support')
)
libraryDependencies += "com.helpshift" % "android-helpshift-support-sdk" % "4.7.0-support"
[com.helpshift/android-helpshift-support-sdk "4.7.0-support"]