MVN

com.github.mdre : flowquickpopup

Maven & Gradle

Jun 18, 2020
0 stars

QuickPopup component for Vaadin Flow · QuickPopup for Vaadin 14+.

<dependency>
    <groupId>com.github.mdre</groupId>
    <artifactId>flowquickpopup</artifactId>
    <version>1.0.3.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.3.15

All Versions

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

Version Vulnerabilities Updated
1.0.x
flowquickpopup-1.0.3.15
flowquickpopup-1.0.3
flowquickpopup-1.0.2.1
flowquickpopup-1.0.2
flowquickpopup-1.0.0
0.8.x
flowquickpopup-0.8.2
flowquickpopup-0.8.1
flowquickpopup-0.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.mdre</groupId>
    <artifactId>flowquickpopup</artifactId>
    <version>1.0.3.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.mdre:flowquickpopup:1.0.3.15'

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

implementation("com.github.mdre:flowquickpopup:1.0.3.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.mdre" % "flowquickpopup" % "1.0.3.15"

Advertisement