MVN

io.intercom.android : intercom-sdk-ui

Maven & Gradle

Aug 11, 2023
267 stars

intercom-sdk-ui · Intercom SDK for Android

<dependency>
    <groupId>io.intercom.android</groupId>
    <artifactId>intercom-sdk-ui</artifactId>
    <version>15.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.intercom.android : intercom-sdk-ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 15.1.6

All Versions

Choose a version of io.intercom.android : intercom-sdk-ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
15.1.x
intercom-sdk-ui-15.1.6
intercom-sdk-ui-15.1.5
intercom-sdk-ui-15.1.4
intercom-sdk-ui-15.1.3
intercom-sdk-ui-15.1.2
intercom-sdk-ui-15.1.1
intercom-sdk-ui-15.1.0
15.0.x
intercom-sdk-ui-15.0.0
14.2.x
intercom-sdk-ui-14.2.0
14.1.x
intercom-sdk-ui-14.1.0
14.0.x
intercom-sdk-ui-14.0.6
intercom-sdk-ui-14.0.5
intercom-sdk-ui-14.0.4

How to add a dependency to Maven

Add the following io.intercom.android : intercom-sdk-ui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.intercom.android</groupId>
    <artifactId>intercom-sdk-ui</artifactId>
    <version>15.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.intercom.android : intercom-sdk-ui gradle dependency to your build.gradle file:

implementation 'io.intercom.android:intercom-sdk-ui:15.1.6'

Gradle Kotlin DSL: Add the following io.intercom.android : intercom-sdk-ui gradle kotlin dependency to your build.gradle.kts file:

implementation("io.intercom.android:intercom-sdk-ui:15.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.intercom.android : intercom-sdk-ui sbt scala dependency to your build.sbt file:

libraryDependencies += "io.intercom.android" % "intercom-sdk-ui" % "15.1.6"