| Categories |
CategoriesVaadin User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.vaadin |
| ArtifactId | ArtifactIdflow-components-parent |
| Version | Version1.4.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| flow-components-parent-1.4.3.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin/flow-components-parent/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-components-parent</artifactId>
<version>1.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/flow-components-parent/
implementation 'com.vaadin:flow-components-parent:1.4.3'
// https://jarcasting.com/artifacts/com.vaadin/flow-components-parent/
implementation ("com.vaadin:flow-components-parent:1.4.3")
'com.vaadin:flow-components-parent:pom:1.4.3'
<dependency org="com.vaadin" name="flow-components-parent" rev="1.4.3">
<artifact name="flow-components-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='flow-components-parent', version='1.4.3')
)
libraryDependencies += "com.vaadin" % "flow-components-parent" % "1.4.3"
[com.vaadin/flow-components-parent "1.4.3"]