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