<dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-lumo-theme</artifactId> <version>24.4.16</version> </dependency>
implementation 'com.vaadin:vaadin-lumo-theme:24.4.16'
implementation("com.vaadin:vaadin-lumo-theme:24.4.16")
libraryDependencies += "com.vaadin" % "vaadin-lumo-theme" % "24.4.16"
@Grapes( @Grab(group='com.vaadin', module='vaadin-lumo-theme', version='24.4.16') )
<dependency org="com.vaadin" name="vaadin-lumo-theme" rev="24.4.16" />
[com.vaadin/vaadin-lumo-theme "24.4.16"]
'com.vaadin:vaadin-lumo-theme:jar:24.4.16'
<parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-lumo-theme-flow-parent</artifactId> <version>24.4.16</version> </parent>
compile
|-- com.vaadin:vaadin-icons-flow:24.4.16
provided
|-- com.vaadin:flow-server:24.4.11