<dependency> <groupId>com.vaadin</groupId> <artifactId>flow-html-components</artifactId> <version>2.11.2</version> </dependency>
implementation 'com.vaadin:flow-html-components:2.11.2'
implementation("com.vaadin:flow-html-components:2.11.2")
libraryDependencies += "com.vaadin" % "flow-html-components" % "2.11.2"
@Grapes( @Grab(group='com.vaadin', module='flow-html-components', version='2.11.2') )
<dependency org="com.vaadin" name="flow-html-components" rev="2.11.2" />
[com.vaadin/flow-html-components "2.11.2"]
'com.vaadin:flow-html-components:jar:2.11.2'
<parent> <groupId>com.vaadin</groupId> <artifactId>flow-project</artifactId> <version>2.11.2</version> </parent>
compile
|-- com.vaadin:flow-server:2.11.2
|-- com.vaadin:flow-data:2.11.2
provided
|-- javax.servlet:javax.servlet-api:3.1.0