<dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-material-theme</artifactId> <version>1.2.2</version> </dependency>
implementation 'com.vaadin:vaadin-material-theme:1.2.2'
implementation("com.vaadin:vaadin-material-theme:1.2.2")
libraryDependencies += "com.vaadin" % "vaadin-material-theme" % "1.2.2"
@Grapes( @Grab(group='com.vaadin', module='vaadin-material-theme', version='1.2.2') )
<dependency org="com.vaadin" name="vaadin-material-theme" rev="1.2.2" />
[com.vaadin/vaadin-material-theme "1.2.2"]
'com.vaadin:vaadin-material-theme:jar:1.2.2'
<parent> <groupId>com.vaadin</groupId> <artifactId>flow-theme-integrations</artifactId> <version>1.2.2</version> </parent>
compile
|-- org.webjars.bowergithub.vaadin:vaadin-material-styles:1.2.0