Download vaadin-spring-boot-starter-1.0.0.beta3.jar file

Introduction

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

License

Open Source

Type List

vaadin-spring-boot-starter-1.0.0.beta3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.vaadin/vaadin-spring-boot-starter/pom.properties
META-INF/maven/com.vaadin/vaadin-spring-boot-starter/pom.xml
META-INF/spring.provides

Pom

vaadin-spring-boot-starter-1.0.0.beta3.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <artifactId>vaadin-spring-boot-starter</artifactId>

    <parent>
        <groupId>com.vaadin</groupId>
        <artifactId>vaadin-spring-parent</artifactId>
        <version>1.0.0.beta3</version>
    </parent>

    <name>vaadin-spring-boot-starter</name>
    <description>
        Spring Boot Starter for Vaadin applications.
    </description>
    <url>https://github.com/vaadin/spring</url>

    <dependencies>
        <dependency>
            <groupId>com.vaadin</groupId>
            <artifactId>vaadin-spring-boot</artifactId>
            <version>${project.version}</version>
        </dependency>
        
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
            <version>${spring.boot.version}</version>
        </dependency>

        <dependency>
            <groupId>com.vaadin</groupId>
            <artifactId>vaadin-themes</artifactId>
            <version>${vaadin.version}</version>
        </dependency>
        <dependency>
            <groupId>com.vaadin</groupId>
            <artifactId>vaadin-client-compiled</artifactId>
            <version>${vaadin.version}</version>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.vaadin</groupId>
   <artifactId>vaadin-spring-boot-starter</artifactId>
   <version>1.0.0.beta3</version>
</dependency>

Download

If you think the following vaadin-spring-boot-starter-1.0.0.beta3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download vaadin-spring-boot-starter-1.0.0.beta3.jar file




PreviousNext

Related