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