Download vaadin-spring-boot-starter-1.0.0.jar file - Jar v

Jar examples for v:vaadin-spring-boot-starter

Description

Spring Boot Starter for Vaadin Flow applications.

You can download jar file vaadin-spring-boot-starter 1.0.0 in this page.

Build File

You can use the following script to add vaadin-spring-boot-starter-1.0.0.jar to your project.

<dependency>
   <groupId>com.vaadin</groupId>
   <artifactId>vaadin-spring-boot-starter</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.vaadin', name: 'vaadin-spring-boot-starter', version: '1.0.0'
libraryDependencies += "com.vaadin" % "vaadin-spring-boot-starter" % "1.0.0"
<dependency org="com.vaadin" name="vaadin-spring-boot-starter" rev="1.0.0"/>
@Grapes(@Grab(group='com.vaadin', module='vaadin-spring-boot-starter', version='1.0.0'))
'com.vaadin:vaadin-spring-boot-starter:jar:1.0.0'

Download

Click the following link to download the jar file.

vaadin-spring-boot-starter-1.0.0.jar
vaadin-spring-boot-starter-1.0.0.pom



Related Tutorials