MVN

ly.appsocial : chatcenter

Maven & Gradle

Dec 08, 2016
0 stars

ChatCenter iO SDK for Android · The ChatCenter iO SDK for Android. super-efficient business-customer communication platform

<dependency>
    <groupId>ly.appsocial</groupId>
    <artifactId>chatcenter</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ly.appsocial : chatcenter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of ly.appsocial : chatcenter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
chatcenter-1.0.0

How to add a dependency to Maven

Add the following ly.appsocial : chatcenter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ly.appsocial</groupId>
    <artifactId>chatcenter</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ly.appsocial : chatcenter gradle dependency to your build.gradle file:

implementation 'ly.appsocial:chatcenter:1.0.0'

Gradle Kotlin DSL: Add the following ly.appsocial : chatcenter gradle kotlin dependency to your build.gradle.kts file:

implementation("ly.appsocial:chatcenter:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ly.appsocial : chatcenter sbt scala dependency to your build.sbt file:

libraryDependencies += "ly.appsocial" % "chatcenter" % "1.0.0"

Advertisement