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