License |
License |
---|---|
Categories |
CategoriesVaadin User Interface Web Frameworks |
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdvaadin-spring-bom |
Last Version | Last Version23.1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionVaadin Spring (Bill of Materials)
Vaadin Spring (Bill of Materials)
|
Project URL |
Project URL |
Filename | Size |
---|---|
vaadin-spring-bom-23.1.2.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-bom/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-bom</artifactId>
<version>23.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-bom/
implementation 'com.vaadin:vaadin-spring-bom:23.1.2'
// https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-bom/
implementation ("com.vaadin:vaadin-spring-bom:23.1.2")
'com.vaadin:vaadin-spring-bom:pom:23.1.2'
<dependency org="com.vaadin" name="vaadin-spring-bom" rev="23.1.2">
<artifact name="vaadin-spring-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-spring-bom', version='23.1.2')
)
libraryDependencies += "com.vaadin" % "vaadin-spring-bom" % "23.1.2"
[com.vaadin/vaadin-spring-bom "23.1.2"]