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