is not current version
Last Version 23.1.2

com.vaadin:vaadin-spring-bom 10.0.20

Vaadin Spring (Bill of Materials)

Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-spring-bom
Version

Version

10.0.20
Type

Type

pom

Download vaadin-spring-bom 10.0.20


<!-- https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-bom/ -->
<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-spring-bom</artifactId>
    <version>10.0.20</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-bom/
implementation 'com.vaadin:vaadin-spring-bom:10.0.20'
// https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-bom/
implementation ("com.vaadin:vaadin-spring-bom:10.0.20")
'com.vaadin:vaadin-spring-bom:pom:10.0.20'
<dependency org="com.vaadin" name="vaadin-spring-bom" rev="10.0.20">
  <artifact name="vaadin-spring-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-spring-bom', version='10.0.20')
)
libraryDependencies += "com.vaadin" % "vaadin-spring-bom" % "10.0.20"
[com.vaadin/vaadin-spring-bom "10.0.20"]