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