Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdvaadin-menu-bar-flow-parent |
Version | Version22.0.7 |
Type | Typepom |
Filename | Size |
---|---|
vaadin-menu-bar-flow-parent-22.0.7.pom | 902 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin/vaadin-menu-bar-flow-parent/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-menu-bar-flow-parent</artifactId>
<version>22.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/vaadin-menu-bar-flow-parent/
implementation 'com.vaadin:vaadin-menu-bar-flow-parent:22.0.7'
// https://jarcasting.com/artifacts/com.vaadin/vaadin-menu-bar-flow-parent/
implementation ("com.vaadin:vaadin-menu-bar-flow-parent:22.0.7")
'com.vaadin:vaadin-menu-bar-flow-parent:pom:22.0.7'
<dependency org="com.vaadin" name="vaadin-menu-bar-flow-parent" rev="22.0.7">
<artifact name="vaadin-menu-bar-flow-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-menu-bar-flow-parent', version='22.0.7')
)
libraryDependencies += "com.vaadin" % "vaadin-menu-bar-flow-parent" % "22.0.7"
[com.vaadin/vaadin-menu-bar-flow-parent "22.0.7"]