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