| License |
License |
|---|---|
| Categories |
CategoriesVaadin User Interface Web Frameworks |
| GroupId | GroupIdcom.vaadin |
| ArtifactId | ArtifactIdflow-components-parent |
| Last Version | Last Version2.1.9 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionFlow components parent project
Modules for Flow components based on code generation
|
| Filename | Size |
|---|---|
| flow-components-parent-2.1.9.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin/flow-components-parent/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-components-parent</artifactId>
<version>2.1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/flow-components-parent/
implementation 'com.vaadin:flow-components-parent:2.1.9'
// https://jarcasting.com/artifacts/com.vaadin/flow-components-parent/
implementation ("com.vaadin:flow-components-parent:2.1.9")
'com.vaadin:flow-components-parent:pom:2.1.9'
<dependency org="com.vaadin" name="flow-components-parent" rev="2.1.9">
<artifact name="flow-components-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='flow-components-parent', version='2.1.9')
)
libraryDependencies += "com.vaadin" % "flow-components-parent" % "2.1.9"
[com.vaadin/flow-components-parent "2.1.9"]