MVN

org.litote.chat.rocket.sdk : core

Maven & Gradle

Oct 07, 2019
1 usages
65 stars

core · Core rocket chat Kotlin client.

<dependency>
    <groupId>org.litote.chat.rocket.sdk</groupId>
    <artifactId>core</artifactId>
    <version>3.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.litote.chat.rocket.sdk : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.1

All Versions

Choose a version of org.litote.chat.rocket.sdk : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
core-3.5.1
3.1.x
core-3.1.0
1.0
core-1.0

How to add a dependency to Maven

Add the following org.litote.chat.rocket.sdk : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.litote.chat.rocket.sdk</groupId>
    <artifactId>core</artifactId>
    <version>3.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.litote.chat.rocket.sdk : core gradle dependency to your build.gradle file:

implementation 'org.litote.chat.rocket.sdk:core:3.5.1'

Gradle Kotlin DSL: Add the following org.litote.chat.rocket.sdk : core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.litote.chat.rocket.sdk:core:3.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.litote.chat.rocket.sdk : core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.litote.chat.rocket.sdk" % "core" % "3.5.1"

Advertisement