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