License |
License |
---|---|
Categories |
CategoriesVaadin User Interface Web Frameworks |
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdvaadin-spring-parent |
Last Version | Last Version19.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionvaadin-spring-parent
Parent module for Spring integration for Vaadin applications.
|
Project URL |
Project URL |
Filename | Size |
---|---|
vaadin-spring-parent-19.0.3.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-parent/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-parent</artifactId>
<version>19.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-parent/
implementation 'com.vaadin:vaadin-spring-parent:19.0.3'
// https://jarcasting.com/artifacts/com.vaadin/vaadin-spring-parent/
implementation ("com.vaadin:vaadin-spring-parent:19.0.3")
'com.vaadin:vaadin-spring-parent:pom:19.0.3'
<dependency org="com.vaadin" name="vaadin-spring-parent" rev="19.0.3">
<artifact name="vaadin-spring-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-spring-parent', version='19.0.3')
)
libraryDependencies += "com.vaadin" % "vaadin-spring-parent" % "19.0.3"
[com.vaadin/vaadin-spring-parent "19.0.3"]