文件下载
文件名 操作
flow-html-components-2.7.13.jar 下载
flow-html-components-2.7.13.pom 下载
flow-html-components-2.7.13-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>flow-html-components</artifactId>
  <version>2.7.13</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin:flow-html-components:2.7.13'
Gradle Kotlin
implementation("com.vaadin:flow-html-components:2.7.13")
Scala SBT
libraryDependencies += "com.vaadin" % "flow-html-components" % "2.7.13"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin', module='flow-html-components', version='2.7.13')
)
Apache Ivy
<dependency org="com.vaadin" name="flow-html-components" rev="2.7.13" />
Leiningen
[com.vaadin/flow-html-components "2.7.13"]
Apache Buildr
'com.vaadin:flow-html-components:jar:2.7.13'