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