MVN

com.buzzmsg.sdk : im_sdk

Maven & Gradle

Mar 01, 2023
0 stars

im_sdk · im_sdk

<dependency>
    <groupId>com.buzzmsg.sdk</groupId>
    <artifactId>im_sdk</artifactId>
    <version>0.0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.buzzmsg.sdk : im_sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.28

All Versions

Choose a version of com.buzzmsg.sdk : im_sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
im_sdk-0.0.61
im_sdk-0.0.28
im_sdk-0.0.26
im_sdk-0.0.25
im_sdk-0.0.24
im_sdk-0.0.23
im_sdk-0.0.22
im_sdk-0.0.21
im_sdk-0.0.20
im_sdk-0.0.19
im_sdk-0.0.18
im_sdk-0.0.17
im_sdk-0.0.16
im_sdk-0.0.15
im_sdk-0.0.14
im_sdk-0.0.13
im_sdk-0.0.12
im_sdk-0.0.11
im_sdk-0.0.6
im_sdk-0.0.5
im_sdk-0.0.4
im_sdk-0.0.3
im_sdk-0.0.2
im_sdk-0.0.1

How to add a dependency to Maven

Add the following com.buzzmsg.sdk : im_sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.buzzmsg.sdk</groupId>
    <artifactId>im_sdk</artifactId>
    <version>0.0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.buzzmsg.sdk : im_sdk gradle dependency to your build.gradle file:

implementation 'com.buzzmsg.sdk:im_sdk:0.0.28'

Gradle Kotlin DSL: Add the following com.buzzmsg.sdk : im_sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.buzzmsg.sdk:im_sdk:0.0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.buzzmsg.sdk : im_sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.buzzmsg.sdk" % "im_sdk" % "0.0.28"