GroupId | GroupIdcom.kustomer.chat |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version2.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
core-2.0.3.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.kustomer.chat/core/ -->
<dependency>
<groupId>com.kustomer.chat</groupId>
<artifactId>core</artifactId>
<version>2.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kustomer.chat/core/
implementation 'com.kustomer.chat:core:2.0.3'
// https://jarcasting.com/artifacts/com.kustomer.chat/core/
implementation ("com.kustomer.chat:core:2.0.3")
'com.kustomer.chat:core:aar:2.0.3'
<dependency org="com.kustomer.chat" name="core" rev="2.0.3">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kustomer.chat', module='core', version='2.0.3')
)
libraryDependencies += "com.kustomer.chat" % "core" % "2.0.3"
[com.kustomer.chat/core "2.0.3"]