MVN

com.github.amlcurran.showcaseview : library

Maven & Gradle

Apr 07, 2016
5.6k stars

ShowcaseView library · Highlight the best bits of your app to users quickly, simply, and cool...ly

<dependency>
    <groupId>com.github.amlcurran.showcaseview</groupId>
    <artifactId>library</artifactId>
    <version>5.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.amlcurran.showcaseview : library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.3

All Versions

Choose a version of com.github.amlcurran.showcaseview : library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4.x
library-5.4.3
library-5.4.2
library-5.4.1
library-5.4.0
5.3.x
library-5.3.0
5.2.x
library-5.2.4
library-5.2.3
library-5.2.2
library-5.2.1
5.0.x
library-5.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.amlcurran.showcaseview</groupId>
    <artifactId>library</artifactId>
    <version>5.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.amlcurran.showcaseview : library gradle dependency to your build.gradle file:

implementation 'com.github.amlcurran.showcaseview:library:5.4.3'

Gradle Kotlin DSL: Add the following com.github.amlcurran.showcaseview : library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.amlcurran.showcaseview:library:5.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.amlcurran.showcaseview : library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.amlcurran.showcaseview" % "library" % "5.4.3"