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