MVN

com.holon-platform.vaadin : holon-starter-vaadin-flow

Maven & Gradle

Jun 22, 2022
2 usages
2 stars

com.holon-platform.vaadin:holon-starter-vaadin-flow · Holon Vaadin Flow Spring Boot starter using Tomcat

<dependency>
    <groupId>com.holon-platform.vaadin</groupId>
    <artifactId>holon-starter-vaadin-flow</artifactId>
    <version>5.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.holon-platform.vaadin : holon-starter-vaadin-flow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5.3
  • Latest Release Candidate: 5.2.0-rc2

All Versions

Choose a version of com.holon-platform.vaadin : holon-starter-vaadin-flow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5.x
holon-starter-vaadin-flow-5.5.3
holon-starter-vaadin-flow-5.5.2
holon-starter-vaadin-flow-5.5.1
holon-starter-vaadin-flow-5.5.0
5.4.x
holon-starter-vaadin-flow-5.4.2
holon-starter-vaadin-flow-5.4.0
5.3.x
holon-starter-vaadin-flow-5.3.1
holon-starter-vaadin-flow-5.3.0
5.2.x
holon-starter-vaadin-flow-5.2.14
holon-starter-vaadin-flow-5.2.13
holon-starter-vaadin-flow-5.2.12
holon-starter-vaadin-flow-5.2.11
holon-starter-vaadin-flow-5.2.10
holon-starter-vaadin-flow-5.2.9
holon-starter-vaadin-flow-5.2.8
holon-starter-vaadin-flow-5.2.7
holon-starter-vaadin-flow-5.2.6
holon-starter-vaadin-flow-5.2.5
holon-starter-vaadin-flow-5.2.4
holon-starter-vaadin-flow-5.2.3
holon-starter-vaadin-flow-5.2.2
holon-starter-vaadin-flow-5.2.1
holon-starter-vaadin-flow-5.2.0
holon-starter-vaadin-flow-5.2.0-rc2
holon-starter-vaadin-flow-5.2.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.holon-platform.vaadin</groupId>
    <artifactId>holon-starter-vaadin-flow</artifactId>
    <version>5.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.holon-platform.vaadin : holon-starter-vaadin-flow gradle dependency to your build.gradle file:

implementation 'com.holon-platform.vaadin:holon-starter-vaadin-flow:5.5.3'

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

implementation("com.holon-platform.vaadin:holon-starter-vaadin-flow:5.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.holon-platform.vaadin : holon-starter-vaadin-flow sbt scala dependency to your build.sbt file:

libraryDependencies += "com.holon-platform.vaadin" % "holon-starter-vaadin-flow" % "5.5.3"

Advertisement