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