GroupId | GroupIdcom.helpshift |
---|---|
ArtifactId | ArtifactIdhelpshift-sdkx |
Version | Version1.0.0-beta |
Type | Typeaar |
Filename | Size |
---|---|
helpshift-sdkx-1.0.0-beta.pom | |
helpshift-sdkx-1.0.0-beta.aar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.helpshift/helpshift-sdkx/ -->
<dependency>
<groupId>com.helpshift</groupId>
<artifactId>helpshift-sdkx</artifactId>
<version>1.0.0-beta</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.helpshift/helpshift-sdkx/
implementation 'com.helpshift:helpshift-sdkx:1.0.0-beta'
// https://jarcasting.com/artifacts/com.helpshift/helpshift-sdkx/
implementation ("com.helpshift:helpshift-sdkx:1.0.0-beta")
'com.helpshift:helpshift-sdkx:aar:1.0.0-beta'
<dependency org="com.helpshift" name="helpshift-sdkx" rev="1.0.0-beta">
<artifact name="helpshift-sdkx" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.helpshift', module='helpshift-sdkx', version='1.0.0-beta')
)
libraryDependencies += "com.helpshift" % "helpshift-sdkx" % "1.0.0-beta"
[com.helpshift/helpshift-sdkx "1.0.0-beta"]