GroupId | GroupIdcom.helpcrunch |
---|---|
ArtifactId | ArtifactIdchat-sdk |
Version | Version3.0.7 |
Type | Typeaar |
Filename | Size |
---|---|
chat-sdk-3.0.7.pom | |
chat-sdk-3.0.7.aar | 1 MB |
chat-sdk-3.0.7-sources.jar | 29 KB |
chat-sdk-3.0.7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.helpcrunch/chat-sdk/ -->
<dependency>
<groupId>com.helpcrunch</groupId>
<artifactId>chat-sdk</artifactId>
<version>3.0.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.helpcrunch/chat-sdk/
implementation 'com.helpcrunch:chat-sdk:3.0.7'
// https://jarcasting.com/artifacts/com.helpcrunch/chat-sdk/
implementation ("com.helpcrunch:chat-sdk:3.0.7")
'com.helpcrunch:chat-sdk:aar:3.0.7'
<dependency org="com.helpcrunch" name="chat-sdk" rev="3.0.7">
<artifact name="chat-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.helpcrunch', module='chat-sdk', version='3.0.7')
)
libraryDependencies += "com.helpcrunch" % "chat-sdk" % "3.0.7"
[com.helpcrunch/chat-sdk "3.0.7"]