f

flow-theme-integrations

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