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