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