GroupId | GroupIdcom.helpcrunch |
---|---|
ArtifactId | ArtifactIdchat-sdk |
Version | Version3.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
chat-sdk-3.0.4.pom | |
chat-sdk-3.0.4.aar | 1 MB |
chat-sdk-3.0.4-sources.jar | 27 KB |
chat-sdk-3.0.4-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.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.helpcrunch/chat-sdk/
implementation 'com.helpcrunch:chat-sdk:3.0.4'
// https://jarcasting.com/artifacts/com.helpcrunch/chat-sdk/
implementation ("com.helpcrunch:chat-sdk:3.0.4")
'com.helpcrunch:chat-sdk:aar:3.0.4'
<dependency org="com.helpcrunch" name="chat-sdk" rev="3.0.4">
<artifact name="chat-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.helpcrunch', module='chat-sdk', version='3.0.4')
)
libraryDependencies += "com.helpcrunch" % "chat-sdk" % "3.0.4"
[com.helpcrunch/chat-sdk "3.0.4"]