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