Categories |
CategoriesVaadin User Interface Web Frameworks ORM Data |
---|---|
GroupId | GroupIdcom.holon-platform.vaadin |
ArtifactId | ArtifactIdholon-vaadin-flow-root |
Version | Version5.2.2 |
Type | Typejar |
Filename | Size |
---|---|
holon-vaadin-flow-root-5.2.2.pom | 4 KB |
holon-vaadin-flow-root-5.2.2-javadoc.jar | 2 MB |
holon-vaadin-flow-root-5.2.2-apidocs.zip | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.holon-platform.vaadin/holon-vaadin-flow-root/ -->
<dependency>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.vaadin/holon-vaadin-flow-root/
implementation 'com.holon-platform.vaadin:holon-vaadin-flow-root:5.2.2'
// https://jarcasting.com/artifacts/com.holon-platform.vaadin/holon-vaadin-flow-root/
implementation ("com.holon-platform.vaadin:holon-vaadin-flow-root:5.2.2")
'com.holon-platform.vaadin:holon-vaadin-flow-root:jar:5.2.2'
<dependency org="com.holon-platform.vaadin" name="holon-vaadin-flow-root" rev="5.2.2">
<artifact name="holon-vaadin-flow-root" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.vaadin', module='holon-vaadin-flow-root', version='5.2.2')
)
libraryDependencies += "com.holon-platform.vaadin" % "holon-vaadin-flow-root" % "5.2.2"
[com.holon-platform.vaadin/holon-vaadin-flow-root "5.2.2"]