License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Vaadin User Interface Web Frameworks |
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdvaadin-spring-boot-starter |
Last Version | Last Version23.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot Starter
Spring Boot Starter for Vaadin Flow applications.
|
Project URL |
Project URL |
Filename | Size |
---|---|
vaadin-spring-boot-starter-23.1.2.pom | |
vaadin-spring-boot-starter-23.1.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-boot-starter/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-boot-starter</artifactId>
<version>23.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-boot-starter/
implementation 'com.vaadin:vaadin-spring-boot-starter:23.1.2'
// https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-boot-starter/
implementation ("com.vaadin:vaadin-spring-boot-starter:23.1.2")
'com.vaadin:vaadin-spring-boot-starter:jar:23.1.2'
<dependency org="com.vaadin" name="vaadin-spring-boot-starter" rev="23.1.2">
<artifact name="vaadin-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-spring-boot-starter', version='23.1.2')
)
libraryDependencies += "com.vaadin" % "vaadin-spring-boot-starter" % "23.1.2"
[com.vaadin/vaadin-spring-boot-starter "23.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.vaadin : vaadin-spring | jar | 23.1.2 |
com.vaadin : vaadin-core | jar | 23.1.2 |
org.springframework.boot : spring-boot-starter-web | jar | 2.7.1 |