MVN

com.mantledillusion.essentials : vaadin-flow-filter-bar

Maven & Gradle

Jan 15, 2023
0 stars

Vaadin Flow Filter Bar · The FilterBar component for Vaadin Flow allows simplified in-UI building of even the most complex filter constellations.

<dependency>
    <groupId>com.mantledillusion.essentials</groupId>
    <artifactId>vaadin-flow-filter-bar</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mantledillusion.essentials : vaadin-flow-filter-bar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.mantledillusion.essentials : vaadin-flow-filter-bar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
vaadin-flow-filter-bar-2.0.0
1.2.x
vaadin-flow-filter-bar-1.2.0
1.1.x
vaadin-flow-filter-bar-1.1.0
1.0.x
vaadin-flow-filter-bar-1.0.2
vaadin-flow-filter-bar-1.0.1
vaadin-flow-filter-bar-1.0.0

How to add a dependency to Maven

Add the following com.mantledillusion.essentials : vaadin-flow-filter-bar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mantledillusion.essentials</groupId>
    <artifactId>vaadin-flow-filter-bar</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mantledillusion.essentials : vaadin-flow-filter-bar gradle dependency to your build.gradle file:

implementation 'com.mantledillusion.essentials:vaadin-flow-filter-bar:2.0.0'

Gradle Kotlin DSL: Add the following com.mantledillusion.essentials : vaadin-flow-filter-bar gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mantledillusion.essentials:vaadin-flow-filter-bar:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mantledillusion.essentials : vaadin-flow-filter-bar sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mantledillusion.essentials" % "vaadin-flow-filter-bar" % "2.0.0"