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