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