Files download
File Operation
flow-lit-template-23.5.4.jar download
flow-lit-template-23.5.4.pom download
flow-lit-template-23.5.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>flow-lit-template</artifactId>
  <version>23.5.4</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin:flow-lit-template:23.5.4'
Gradle Kotlin
implementation("com.vaadin:flow-lit-template:23.5.4")
Scala SBT
libraryDependencies += "com.vaadin" % "flow-lit-template" % "23.5.4"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin', module='flow-lit-template', version='23.5.4')
)
Apache Ivy
<dependency org="com.vaadin" name="flow-lit-template" rev="23.5.4" />
Leiningen
[com.vaadin/flow-lit-template "23.5.4"]
Apache Buildr
'com.vaadin:flow-lit-template:jar:23.5.4'