Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdflow-html-components-testbench |
Version | Version2.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.vaadin/flow-html-components-testbench/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-html-components-testbench</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/flow-html-components-testbench/
implementation 'com.vaadin:flow-html-components-testbench:2.4.2'
// https://jarcasting.com/artifacts/com.vaadin/flow-html-components-testbench/
implementation ("com.vaadin:flow-html-components-testbench:2.4.2")
'com.vaadin:flow-html-components-testbench:jar:2.4.2'
<dependency org="com.vaadin" name="flow-html-components-testbench" rev="2.4.2">
<artifact name="flow-html-components-testbench" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='flow-html-components-testbench', version='2.4.2')
)
libraryDependencies += "com.vaadin" % "flow-html-components-testbench" % "2.4.2"
[com.vaadin/flow-html-components-testbench "2.4.2"]