License |
License |
---|---|
GroupId | GroupIdorg.litote.chat.rocket.sdk |
ArtifactId | ArtifactIdcore |
Last Version | Last Version3.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore
Core rocket chat Kotlin client.
|
Project URL |
Project URL |
Filename | Size |
---|---|
core-3.5.1.pom | |
core-3.5.1.jar | 779 KB |
core-3.5.1-sources.jar | 68 KB |
core-3.5.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.litote.chat.rocket.sdk/core/ -->
<dependency>
<groupId>org.litote.chat.rocket.sdk</groupId>
<artifactId>core</artifactId>
<version>3.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.litote.chat.rocket.sdk/core/
implementation 'org.litote.chat.rocket.sdk:core:3.5.1'
// https://jarcasting.com/artifacts/org.litote.chat.rocket.sdk/core/
implementation ("org.litote.chat.rocket.sdk:core:3.5.1")
'org.litote.chat.rocket.sdk:core:jar:3.5.1'
<dependency org="org.litote.chat.rocket.sdk" name="core" rev="3.5.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.litote.chat.rocket.sdk', module='core', version='3.5.1')
)
libraryDependencies += "org.litote.chat.rocket.sdk" % "core" % "3.5.1"
[org.litote.chat.rocket.sdk/core "3.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.litote.chat.rocket.sdk : common | jar | 3.5.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.41 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.1.1 |
se.ansman.kotshi : api | jar | 1.0.6 |