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