f

flow-lit-template

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