is not current version
Last Version 2.9.11

com.kustomer.chat:core 2.0.4

Kustomer Core SDK

GroupId

GroupId

com.kustomer.chat
ArtifactId

ArtifactId

core
Version

Version

2.0.4
Type

Type

aar

Download core 2.0.4

Filename Size
core-2.0.4.pom
Browse

<!-- https://jarcasting.com/artifacts/com.kustomer.chat/core/ -->
<dependency>
    <groupId>com.kustomer.chat</groupId>
    <artifactId>core</artifactId>
    <version>2.0.4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kustomer.chat/core/
implementation 'com.kustomer.chat:core:2.0.4'
// https://jarcasting.com/artifacts/com.kustomer.chat/core/
implementation ("com.kustomer.chat:core:2.0.4")
'com.kustomer.chat:core:aar:2.0.4'
<dependency org="com.kustomer.chat" name="core" rev="2.0.4">
  <artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kustomer.chat', module='core', version='2.0.4')
)
libraryDependencies += "com.kustomer.chat" % "core" % "2.0.4"
[com.kustomer.chat/core "2.0.4"]