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