| GroupId | GroupIdcom.sobot.chat |
|---|---|
| ArtifactId | ArtifactIdsobotsdk-local |
| Version | Version1.8.6 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| sobotsdk-local-1.8.6.pom | |
| sobotsdk-local-1.8.6-sources.jar | 446 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sobot.chat/sobotsdk-local/ -->
<dependency>
<groupId>com.sobot.chat</groupId>
<artifactId>sobotsdk-local</artifactId>
<version>1.8.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.sobot.chat/sobotsdk-local/
implementation 'com.sobot.chat:sobotsdk-local:1.8.6'
// https://jarcasting.com/artifacts/com.sobot.chat/sobotsdk-local/
implementation ("com.sobot.chat:sobotsdk-local:1.8.6")
'com.sobot.chat:sobotsdk-local:aar:1.8.6'
<dependency org="com.sobot.chat" name="sobotsdk-local" rev="1.8.6">
<artifact name="sobotsdk-local" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.sobot.chat', module='sobotsdk-local', version='1.8.6')
)
libraryDependencies += "com.sobot.chat" % "sobotsdk-local" % "1.8.6"
[com.sobot.chat/sobotsdk-local "1.8.6"]