Download vaadin-spring-boot-starter-1.1.1.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.1.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials