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