<dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-push</artifactId> <version>8.16.0</version> </dependency>
implementation 'com.vaadin:vaadin-push:8.16.0'
implementation("com.vaadin:vaadin-push:8.16.0")
libraryDependencies += "com.vaadin" % "vaadin-push" % "8.16.0"
@Grapes( @Grab(group='com.vaadin', module='vaadin-push', version='8.16.0') )
<dependency org="com.vaadin" name="vaadin-push" rev="8.16.0" />
[com.vaadin/vaadin-push "8.16.0"]
'com.vaadin:vaadin-push:jar:8.16.0'
<parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> <version>8.16.0</version> </parent>
compile
|-- com.vaadin.external.atmosphere:atmosphere-runtime
|-- org.osgi:osgi.core
|-- org.osgi:osgi.cmpn
provided
|-- com.vaadin.external.atmosphere.client:javascript
|-- com.vaadin:vaadin-shared