MVN

com.arcbees.gquery : tooltip

Maven & Gradle

Jan 29, 2014
1 usages

Tooltip plugin for gQuery

<dependency>
    <groupId>com.arcbees.gquery</groupId>
    <artifactId>tooltip</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1
  • Latest Alpha: 0.1-alpha-14

All Versions

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

Version Vulnerabilities Updated
1.1
tooltip-1.1
1.0
tooltip-1.0
0.1
tooltip-0.1-alpha-14
tooltip-0.1-alpha-13
tooltip-0.1-alpha-12
tooltip-0.1-alpha-11
tooltip-0.1-alpha-10

How to add a dependency to Maven

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

<dependency>
    <groupId>com.arcbees.gquery</groupId>
    <artifactId>tooltip</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.arcbees.gquery:tooltip:1.1'

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

implementation("com.arcbees.gquery:tooltip:1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.arcbees.gquery" % "tooltip" % "1.1"