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