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