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