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