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