f

flow-test-util

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