MVN

com.github.mdre : flowsubwindow

Maven & Gradle

Oct 15, 2020
4 stars

Vaadin Flow Subwindow component · a Subwindow Desktop and Subwindow component for Vaadin 10+.

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

Latest Version

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

  • Latest Stable: 1.0.5.4

All Versions

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

Version Vulnerabilities Updated
1.0.x
flowsubwindow-1.0.5.4
flowsubwindow-1.0.5
flowsubwindow-1.0.4
flowsubwindow-1.0.3
flowsubwindow-1.0.2
flowsubwindow-1.0.0
0.9.x
flowsubwindow-0.9.6
flowsubwindow-0.9.5
flowsubwindow-0.9.1
flowsubwindow-0.9.0
0.8.x
flowsubwindow-0.8.3
flowsubwindow-0.8.2
flowsubwindow-0.8.1
flowsubwindow-0.8.0
0.3.x
flowsubwindow-0.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.mdre</groupId>
    <artifactId>flowsubwindow</artifactId>
    <version>1.0.5.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.mdre:flowsubwindow:1.0.5.4'

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

implementation("com.github.mdre:flowsubwindow:1.0.5.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.mdre" % "flowsubwindow" % "1.0.5.4"