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