Files download
File Operation
flow-html-components-2.9.2.jar download
flow-html-components-2.9.2.pom download
flow-html-components-2.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>flow-html-components</artifactId>
  <version>2.9.2</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin:flow-html-components:2.9.2'
Gradle Kotlin
implementation("com.vaadin:flow-html-components:2.9.2")
Scala SBT
libraryDependencies += "com.vaadin" % "flow-html-components" % "2.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin', module='flow-html-components', version='2.9.2')
)
Apache Ivy
<dependency org="com.vaadin" name="flow-html-components" rev="2.9.2" />
Leiningen
[com.vaadin/flow-html-components "2.9.2"]
Apache Buildr
'com.vaadin:flow-html-components:jar:2.9.2'