MVN

com.coderhour : tooltip

Maven & Gradle

Apr 13, 2016
0 stars

tooltip · A Tooltip PopupWindow For Android.

<dependency>
    <groupId>com.coderhour</groupId>
    <artifactId>tooltip</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3

All Versions

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

Version Vulnerabilities Updated
1.3
tooltip-1.3
1.2
tooltip-1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.coderhour</groupId>
    <artifactId>tooltip</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.coderhour:tooltip:1.3'

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

implementation("com.coderhour:tooltip:1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.coderhour" % "tooltip" % "1.3"

Advertisement