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