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