is not current version
Last Version 23.1.2

com.vaadin:vaadin-spring-boot-starter 13.0.13

Spring Boot Starter for Vaadin Flow applications.

Categories

Categories

Spring Boot Container Microservices Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-spring-boot-starter
Version

Version

13.0.13
Type

Type

jar

Download vaadin-spring-boot-starter 13.0.13


<!-- https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-boot-starter/ -->
<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-spring-boot-starter</artifactId>
    <version>13.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-boot-starter/
implementation 'com.vaadin:vaadin-spring-boot-starter:13.0.13'
// https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-boot-starter/
implementation ("com.vaadin:vaadin-spring-boot-starter:13.0.13")
'com.vaadin:vaadin-spring-boot-starter:jar:13.0.13'
<dependency org="com.vaadin" name="vaadin-spring-boot-starter" rev="13.0.13">
  <artifact name="vaadin-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-spring-boot-starter', version='13.0.13')
)
libraryDependencies += "com.vaadin" % "vaadin-spring-boot-starter" % "13.0.13"
[com.vaadin/vaadin-spring-boot-starter "13.0.13"]