<dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-material-theme</artifactId> <version>2.11.3</version> </dependency>
implementation 'com.vaadin:vaadin-material-theme:2.11.3'
implementation("com.vaadin:vaadin-material-theme:2.11.3")
libraryDependencies += "com.vaadin" % "vaadin-material-theme" % "2.11.3"
@Grapes( @Grab(group='com.vaadin', module='vaadin-material-theme', version='2.11.3') )
<dependency org="com.vaadin" name="vaadin-material-theme" rev="2.11.3" />
[com.vaadin/vaadin-material-theme "2.11.3"]
'com.vaadin:vaadin-material-theme:jar:2.11.3'
<parent> <groupId>com.vaadin</groupId> <artifactId>flow-theme-integrations</artifactId> <version>2.11.3</version> </parent>
provided
|-- com.vaadin:flow-server:2.11.3
|-- javax.servlet:javax.servlet-api:3.1.0