Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdflow-test-util |
Version | Version2.0.10 |
Type | Typejar |
Filename | Size |
---|---|
flow-test-util-2.0.10.pom | |
flow-test-util-2.0.10.jar | 30 KB |
flow-test-util-2.0.10-sources.jar | 27 KB |
flow-test-util-2.0.10-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin/flow-test-util/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-test-util</artifactId>
<version>2.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/flow-test-util/
implementation 'com.vaadin:flow-test-util:2.0.10'
// https://jarcasting.com/artifacts/com.vaadin/flow-test-util/
implementation ("com.vaadin:flow-test-util:2.0.10")
'com.vaadin:flow-test-util:jar:2.0.10'
<dependency org="com.vaadin" name="flow-test-util" rev="2.0.10">
<artifact name="flow-test-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='flow-test-util', version='2.0.10')
)
libraryDependencies += "com.vaadin" % "flow-test-util" % "2.0.10"
[com.vaadin/flow-test-util "2.0.10"]