MVN

ru.tensor.sabycom : sabycom

Maven & Gradle

Jul 18, 2023
0 stars

sabycom · Library for creating an online support chat

<dependency>
    <groupId>ru.tensor.sabycom</groupId>
    <artifactId>sabycom</artifactId>
    <version>23.4204.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.tensor.sabycom : sabycom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.4204.22

All Versions

Choose a version of ru.tensor.sabycom : sabycom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.4204.x
sabycom-23.4204.22
23.3204.x
sabycom-23.3204.34
23.2132.x
sabycom-23.2132.37
23.2104.x
sabycom-23.2104.16
23.1204.x
sabycom-23.1204.22
22.7253.x
sabycom-22.7253.24
22.7211.x
sabycom-22.7211.30
22.6139.x
sabycom-22.6139.35
22.6111.x
sabycom-22.6111.26
22.5206.x
sabycom-22.5206.16
22.4139.x
sabycom-22.4139.39
22.4111.x
sabycom-22.4111.20
22.3206.x
sabycom-22.3206.25
22.2132.x
sabycom-22.2132.39
22.2104.x
sabycom-22.2104.27
22.1204.x
sabycom-22.1204.12
21.6262.x
sabycom-21.6262.12
21.6219.x
sabycom-21.6219.65
sabycom-21.6219.63

How to add a dependency to Maven

Add the following ru.tensor.sabycom : sabycom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.tensor.sabycom</groupId>
    <artifactId>sabycom</artifactId>
    <version>23.4204.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.tensor.sabycom : sabycom gradle dependency to your build.gradle file:

implementation 'ru.tensor.sabycom:sabycom:23.4204.22'

Gradle Kotlin DSL: Add the following ru.tensor.sabycom : sabycom gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.tensor.sabycom:sabycom:23.4204.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.tensor.sabycom : sabycom sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.tensor.sabycom" % "sabycom" % "23.4204.22"

Advertisement