v

vaadin-lumo-theme

Package with Lumo dependencies and setting for use with Flow
Vaadin Commercial License and Service Terms
文件下载
文件名 操作
vaadin-lumo-theme-2.11.4.jar 下载
vaadin-lumo-theme-2.11.4.pom 下载
vaadin-lumo-theme-2.11.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>vaadin-lumo-theme</artifactId>
  <version>2.11.4</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin:vaadin-lumo-theme:2.11.4'
Gradle Kotlin
implementation("com.vaadin:vaadin-lumo-theme:2.11.4")
Scala SBT
libraryDependencies += "com.vaadin" % "vaadin-lumo-theme" % "2.11.4"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin', module='vaadin-lumo-theme', version='2.11.4')
)
Apache Ivy
<dependency org="com.vaadin" name="vaadin-lumo-theme" rev="2.11.4" />
Leiningen
[com.vaadin/vaadin-lumo-theme "2.11.4"]
Apache Buildr
'com.vaadin:vaadin-lumo-theme:jar:2.11.4'