MVN

com.sobot.chat : sobotsdk-local

Maven & Gradle

Jun 14, 2023
0 stars

sobotsdk-local · sobot sdk bzhan

<dependency>
    <groupId>com.sobot.chat</groupId>
    <artifactId>sobotsdk-local</artifactId>
    <version>2.8.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sobot.chat : sobotsdk-local to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.2.2

All Versions

Choose a version of com.sobot.chat : sobotsdk-local to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
sobotsdk-local-2.8.2.2
sobotsdk-local-2.8.2.1
sobotsdk-local-2.8.2
2.0.x
sobotsdk-local-2.0.2
sobotsdk-local-2.0.1
sobotsdk-local-2.0.0
1.9.x
sobotsdk-local-1.9.4
sobotsdk-local-1.9.3
sobotsdk-local-1.9.2
sobotsdk-local-1.9.1
sobotsdk-local-1.9.0
1.8.x
sobotsdk-local-1.8.9
sobotsdk-local-1.8.8
sobotsdk-local-1.8.7
sobotsdk-local-1.8.6

How to add a dependency to Maven

Add the following com.sobot.chat : sobotsdk-local maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sobot.chat</groupId>
    <artifactId>sobotsdk-local</artifactId>
    <version>2.8.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sobot.chat : sobotsdk-local gradle dependency to your build.gradle file:

implementation 'com.sobot.chat:sobotsdk-local:2.8.2.2'

Gradle Kotlin DSL: Add the following com.sobot.chat : sobotsdk-local gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sobot.chat:sobotsdk-local:2.8.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sobot.chat : sobotsdk-local sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sobot.chat" % "sobotsdk-local" % "2.8.2.2"

Advertisement