MVN

com.github.skydoves : balloon

Maven & Gradle

Jun 21, 2023
1 usages
3.7k stars

balloon · Modernized and sophisticated tooltips, fully customizable with an arrow and animations for Android.

<dependency>
    <groupId>com.github.skydoves</groupId>
    <artifactId>balloon</artifactId>
    <version>1.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.skydoves : balloon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.4

All Versions

Choose a version of com.github.skydoves : balloon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
balloon-1.5.4
balloon-1.5.3
balloon-1.5.2
balloon-1.5.1
balloon-1.5.0
1.4.x
balloon-1.4.8
balloon-1.4.7
balloon-1.4.6
balloon-1.4.5
balloon-1.4.4
balloon-1.4.3
balloon-1.4.2
balloon-1.4.1
balloon-1.4.0
1.3.x
balloon-1.3.9
balloon-1.3.8
balloon-1.3.7
balloon-1.3.6
balloon-1.3.6-SNAPSHOT-210
balloon-1.3.5
balloon-1.3.4
balloon-1.3.3
balloon-1.3.2
balloon-1.3.1
balloon-1.3.0
1.2.x
balloon-1.2.9
balloon-1.2.8
balloon-1.2.7
balloon-1.2.6
balloon-1.2.5
balloon-1.2.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.skydoves</groupId>
    <artifactId>balloon</artifactId>
    <version>1.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.skydoves : balloon gradle dependency to your build.gradle file:

implementation 'com.github.skydoves:balloon:1.5.4'

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

implementation("com.github.skydoves:balloon:1.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.skydoves : balloon sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.skydoves" % "balloon" % "1.5.4"

Advertisement