MVN

com.appcues : appcues

Maven & Gradle

Jul 11, 2023
10 stars

Appcues · Kotlin SDK for embedding Appcues experiences in Android applications.

<dependency>
    <groupId>com.appcues</groupId>
    <artifactId>appcues</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.appcues : appcues to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3
  • Latest Beta: 2.0.0-beta01

All Versions

Choose a version of com.appcues : appcues to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
appcues-2.1.3
appcues-2.1.2
appcues-2.1.1
appcues-2.1.0
2.0.x
appcues-2.0.0
appcues-2.0.0-beta01
1.4.x
appcues-1.4.0
1.3.x
appcues-1.3.0
1.2.x
appcues-1.2.0
1.1.x
appcues-1.1.2
appcues-1.1.1
appcues-1.1.1-beta01
appcues-1.1.0
1.0.x
appcues-1.0.0
appcues-1.0.0-beta07
appcues-1.0.0-beta06
appcues-1.0.0-beta05
appcues-1.0.0-beta04
appcues-1.0.0-beta03
appcues-1.0.0-beta02
appcues-1.0.0-beta01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.appcues</groupId>
    <artifactId>appcues</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.appcues : appcues gradle dependency to your build.gradle file:

implementation 'com.appcues:appcues:2.1.3'

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

implementation("com.appcues:appcues:2.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.appcues : appcues sbt scala dependency to your build.sbt file:

libraryDependencies += "com.appcues" % "appcues" % "2.1.3"