f

flow-lit-template

${project.name}
Apache License Version 2.0
文件下载
文件名 操作
flow-lit-template-24.4.4.jar 下载
flow-lit-template-24.4.4.pom 下载
flow-lit-template-24.4.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>flow-lit-template</artifactId>
  <version>24.4.4</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin:flow-lit-template:24.4.4'
Gradle Kotlin
implementation("com.vaadin:flow-lit-template:24.4.4")
Scala SBT
libraryDependencies += "com.vaadin" % "flow-lit-template" % "24.4.4"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin', module='flow-lit-template', version='24.4.4')
)
Apache Ivy
<dependency org="com.vaadin" name="flow-lit-template" rev="24.4.4" />
Leiningen
[com.vaadin/flow-lit-template "24.4.4"]
Apache Buildr
'com.vaadin:flow-lit-template:jar:24.4.4'