f

flow-lit-template

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