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