Categories |
CategoriesSpring Boot Container Microservices Vaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdvaadin-spring-boot-starter |
Version | Version12.0.5 |
Type | Typejar |
Filename | Size |
---|---|
vaadin-spring-boot-starter-12.0.5.pom | |
vaadin-spring-boot-starter-12.0.5.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>12.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-boot-starter/
implementation 'com.vaadin:vaadin-spring-boot-starter:12.0.5'
// https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-boot-starter/
implementation ("com.vaadin:vaadin-spring-boot-starter:12.0.5")
'com.vaadin:vaadin-spring-boot-starter:jar:12.0.5'
<dependency org="com.vaadin" name="vaadin-spring-boot-starter" rev="12.0.5">
<artifact name="vaadin-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-spring-boot-starter', version='12.0.5')
)
libraryDependencies += "com.vaadin" % "vaadin-spring-boot-starter" % "12.0.5"
[com.vaadin/vaadin-spring-boot-starter "12.0.5"]