Categories |
CategoriesSpring Boot Container Microservices Vaadin User Interface Web Frameworks ORM Data |
---|---|
GroupId | GroupIdcom.holon-platform.vaadin |
ArtifactId | ArtifactIdholon-vaadin-flow-spring-boot |
Version | Version5.2.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.holon-platform.vaadin/holon-vaadin-flow-spring-boot/ -->
<dependency>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-spring-boot</artifactId>
<version>5.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.vaadin/holon-vaadin-flow-spring-boot/
implementation 'com.holon-platform.vaadin:holon-vaadin-flow-spring-boot:5.2.14'
// https://jarcasting.com/artifacts/com.holon-platform.vaadin/holon-vaadin-flow-spring-boot/
implementation ("com.holon-platform.vaadin:holon-vaadin-flow-spring-boot:5.2.14")
'com.holon-platform.vaadin:holon-vaadin-flow-spring-boot:jar:5.2.14'
<dependency org="com.holon-platform.vaadin" name="holon-vaadin-flow-spring-boot" rev="5.2.14">
<artifact name="holon-vaadin-flow-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.vaadin', module='holon-vaadin-flow-spring-boot', version='5.2.14')
)
libraryDependencies += "com.holon-platform.vaadin" % "holon-vaadin-flow-spring-boot" % "5.2.14"
[com.holon-platform.vaadin/holon-vaadin-flow-spring-boot "5.2.14"]