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