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