Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdvaadin-testbench-parent |
Version | Version6.2.1 |
Type | Typepom |
Filename | Size |
---|---|
vaadin-testbench-parent-6.2.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin/vaadin-testbench-parent/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-testbench-parent</artifactId>
<version>6.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/vaadin-testbench-parent/
implementation 'com.vaadin:vaadin-testbench-parent:6.2.1'
// https://jarcasting.com/artifacts/com.vaadin/vaadin-testbench-parent/
implementation ("com.vaadin:vaadin-testbench-parent:6.2.1")
'com.vaadin:vaadin-testbench-parent:pom:6.2.1'
<dependency org="com.vaadin" name="vaadin-testbench-parent" rev="6.2.1">
<artifact name="vaadin-testbench-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-testbench-parent', version='6.2.1')
)
libraryDependencies += "com.vaadin" % "vaadin-testbench-parent" % "6.2.1"
[com.vaadin/vaadin-testbench-parent "6.2.1"]