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