MVN

com.vaadin : vaadin-side-nav-flow

Maven & Gradle

Aug 21, 2023

Vaadin Side Nav

<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-side-nav-flow</artifactId>
    <version>24.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vaadin : vaadin-side-nav-flow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 24.1.6

All Versions

Choose a version of com.vaadin : vaadin-side-nav-flow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
24.1.x
vaadin-side-nav-flow-24.1.6
vaadin-side-nav-flow-24.1.5
vaadin-side-nav-flow-24.1.4
vaadin-side-nav-flow-24.1.3
vaadin-side-nav-flow-24.1.2
vaadin-side-nav-flow-24.1.1
vaadin-side-nav-flow-24.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-side-nav-flow</artifactId>
    <version>24.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vaadin : vaadin-side-nav-flow gradle dependency to your build.gradle file:

implementation 'com.vaadin:vaadin-side-nav-flow:24.1.6'

Gradle Kotlin DSL: Add the following com.vaadin : vaadin-side-nav-flow gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vaadin:vaadin-side-nav-flow:24.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vaadin : vaadin-side-nav-flow sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vaadin" % "vaadin-side-nav-flow" % "24.1.6"

Advertisement