MVN

chat.sdk : vendor-matisse

Maven & Gradle

Aug 22, 2023
1.6k stars

Chat SDK · Open Source Instant Messaging Framework

<dependency>
    <groupId>chat.sdk</groupId>
    <artifactId>vendor-matisse</artifactId>
    <version>5.4.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of chat.sdk : vendor-matisse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.30

All Versions

Choose a version of chat.sdk : vendor-matisse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5.x
vendor-matisse-5.5.0
5.4.x
vendor-matisse-5.4.30
vendor-matisse-5.4.21
vendor-matisse-5.4.20
vendor-matisse-5.4.19

How to add a dependency to Maven

Add the following chat.sdk : vendor-matisse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>chat.sdk</groupId>
    <artifactId>vendor-matisse</artifactId>
    <version>5.4.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following chat.sdk : vendor-matisse gradle dependency to your build.gradle file:

implementation 'chat.sdk:vendor-matisse:5.4.30'

Gradle Kotlin DSL: Add the following chat.sdk : vendor-matisse gradle kotlin dependency to your build.gradle.kts file:

implementation("chat.sdk:vendor-matisse:5.4.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following chat.sdk : vendor-matisse sbt scala dependency to your build.sbt file:

libraryDependencies += "chat.sdk" % "vendor-matisse" % "5.4.30"

Advertisement