文件下载
文件名 操作
flow-osgi-2.10.0.jar 下载
flow-osgi-2.10.0.pom 下载
flow-osgi-2.10.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>flow-osgi</artifactId>
  <version>2.10.0</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin:flow-osgi:2.10.0'
Gradle Kotlin
implementation("com.vaadin:flow-osgi:2.10.0")
Scala SBT
libraryDependencies += "com.vaadin" % "flow-osgi" % "2.10.0"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin', module='flow-osgi', version='2.10.0')
)
Apache Ivy
<dependency org="com.vaadin" name="flow-osgi" rev="2.10.0" />
Leiningen
[com.vaadin/flow-osgi "2.10.0"]
Apache Buildr
'com.vaadin:flow-osgi:jar:2.10.0'