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