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