<dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-tabs-testbench</artifactId> <version>19.0.6</version> </dependency>
implementation 'com.vaadin:vaadin-tabs-testbench:19.0.6'
implementation("com.vaadin:vaadin-tabs-testbench:19.0.6")
libraryDependencies += "com.vaadin" % "vaadin-tabs-testbench" % "19.0.6"
@Grapes( @Grab(group='com.vaadin', module='vaadin-tabs-testbench', version='19.0.6') )
<dependency org="com.vaadin" name="vaadin-tabs-testbench" rev="19.0.6" />
[com.vaadin/vaadin-tabs-testbench "19.0.6"]
'com.vaadin:vaadin-tabs-testbench:jar:19.0.6'
<parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-tabs-flow-parent</artifactId> <version>19.0.6</version> </parent>
provided
|-- com.vaadin:vaadin-testbench-core:6.4.0