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