Files download
File Operation
sobot-online-1.0.2.pom download
sobot-online-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sobot.chat</groupId>
  <artifactId>sobot-online</artifactId>
  <version>1.0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.sobot.chat:sobot-online:1.0.2'
Gradle Kotlin
implementation("com.sobot.chat:sobot-online:1.0.2")
Scala SBT
libraryDependencies += "com.sobot.chat" % "sobot-online" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.sobot.chat', module='sobot-online', version='1.0.2')
)
Apache Ivy
<dependency org="com.sobot.chat" name="sobot-online" rev="1.0.2" />
Leiningen
[com.sobot.chat/sobot-online "1.0.2"]
Apache Buildr
'com.sobot.chat:sobot-online:jar:1.0.2'
Dependencies