GroupId | GroupIdcom.helpshift |
---|---|
ArtifactId | ArtifactIdandroid-sdk |
Version | Version2.7.2 |
Type | Typejar |
Filename | Size |
---|---|
android-sdk-2.7.2.pom | |
android-sdk-2.7.2.jar | 963 KB |
android-sdk-2.7.2-sources.jar | 373 bytes |
android-sdk-2.7.2-javadoc.jar | 287 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.helpshift/android-sdk/ -->
<dependency>
<groupId>com.helpshift</groupId>
<artifactId>android-sdk</artifactId>
<version>2.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.helpshift/android-sdk/
implementation 'com.helpshift:android-sdk:2.7.2'
// https://jarcasting.com/artifacts/com.helpshift/android-sdk/
implementation ("com.helpshift:android-sdk:2.7.2")
'com.helpshift:android-sdk:jar:2.7.2'
<dependency org="com.helpshift" name="android-sdk" rev="2.7.2">
<artifact name="android-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.helpshift', module='android-sdk', version='2.7.2')
)
libraryDependencies += "com.helpshift" % "android-sdk" % "2.7.2"
[com.helpshift/android-sdk "2.7.2"]