is not current version
Last Version 3.5.1

org.litote.chat.rocket.sdk:common 1.0

Core rocket chat Kotlin client.

GroupId

GroupId

org.litote.chat.rocket.sdk
ArtifactId

ArtifactId

common
Version

Version

1.0
Type

Type

jar

Download common 1.0


<!-- https://jarcasting.com/artifacts/org.litote.chat.rocket.sdk/common/ -->
<dependency>
    <groupId>org.litote.chat.rocket.sdk</groupId>
    <artifactId>common</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.litote.chat.rocket.sdk/common/
implementation 'org.litote.chat.rocket.sdk:common:1.0'
// https://jarcasting.com/artifacts/org.litote.chat.rocket.sdk/common/
implementation ("org.litote.chat.rocket.sdk:common:1.0")
'org.litote.chat.rocket.sdk:common:jar:1.0'
<dependency org="org.litote.chat.rocket.sdk" name="common" rev="1.0">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.litote.chat.rocket.sdk', module='common', version='1.0')
)
libraryDependencies += "org.litote.chat.rocket.sdk" % "common" % "1.0"
[org.litote.chat.rocket.sdk/common "1.0"]