is not current version
Last Version 2.1.9

com.vaadin:flow-components-parent 2.0.15

Modules for Flow components based on code generation

Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

flow-components-parent
Version

Version

2.0.15
Type

Type

pom

Download flow-components-parent 2.0.15


<!-- https://jarcasting.com/artifacts/com.vaadin/flow-components-parent/ -->
<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>flow-components-parent</artifactId>
    <version>2.0.15</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/flow-components-parent/
implementation 'com.vaadin:flow-components-parent:2.0.15'
// https://jarcasting.com/artifacts/com.vaadin/flow-components-parent/
implementation ("com.vaadin:flow-components-parent:2.0.15")
'com.vaadin:flow-components-parent:pom:2.0.15'
<dependency org="com.vaadin" name="flow-components-parent" rev="2.0.15">
  <artifact name="flow-components-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='flow-components-parent', version='2.0.15')
)
libraryDependencies += "com.vaadin" % "flow-components-parent" % "2.0.15"
[com.vaadin/flow-components-parent "2.0.15"]