GroupId | GroupIdcom.helpshift |
---|---|
ArtifactId | ArtifactIdandroid-helpshift-aar |
Version | Version6.4.0 |
Type | Typeaar |
Filename | Size |
---|---|
android-helpshift-aar-6.4.0.pom | |
android-helpshift-aar-6.4.0.aar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.helpshift/android-helpshift-aar/ -->
<dependency>
<groupId>com.helpshift</groupId>
<artifactId>android-helpshift-aar</artifactId>
<version>6.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.helpshift/android-helpshift-aar/
implementation 'com.helpshift:android-helpshift-aar:6.4.0'
// https://jarcasting.com/artifacts/com.helpshift/android-helpshift-aar/
implementation ("com.helpshift:android-helpshift-aar:6.4.0")
'com.helpshift:android-helpshift-aar:aar:6.4.0'
<dependency org="com.helpshift" name="android-helpshift-aar" rev="6.4.0">
<artifact name="android-helpshift-aar" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.helpshift', module='android-helpshift-aar', version='6.4.0')
)
libraryDependencies += "com.helpshift" % "android-helpshift-aar" % "6.4.0"
[com.helpshift/android-helpshift-aar "6.4.0"]