<dependency> <groupId>com.vaadin</groupId> <artifactId>flow-osgi-project</artifactId> <version>8.1.2</version> <type>pom</type> </dependency>
implementation 'com.vaadin:flow-osgi-project:8.1.2'
implementation("com.vaadin:flow-osgi-project:8.1.2")
libraryDependencies += "com.vaadin" % "flow-osgi-project" % "8.1.2"
@Grapes( @Grab(group='com.vaadin', module='flow-osgi-project', version='8.1.2') )
<dependency org="com.vaadin" name="flow-osgi-project" rev="8.1.2" />
[com.vaadin/flow-osgi-project "8.1.2"]
'com.vaadin:flow-osgi-project:jar:8.1.2'
<parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-parent</artifactId> <version>2.0.5</version> </parent>