f

flow-test-util

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