is not current version
Last Version 3.5.1

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

Core rocket chat Kotlin client.

GroupId

GroupId

org.litote.chat.rocket.sdk
ArtifactId

ArtifactId

core
Version

Version

1.0
Type

Type

jar

Download core 1.0


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