<dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-push</artifactId> <version>8.15.1</version> </dependency>
implementation 'com.vaadin:vaadin-push:8.15.1'
implementation("com.vaadin:vaadin-push:8.15.1")
libraryDependencies += "com.vaadin" % "vaadin-push" % "8.15.1"
@Grapes( @Grab(group='com.vaadin', module='vaadin-push', version='8.15.1') )
<dependency org="com.vaadin" name="vaadin-push" rev="8.15.1" />
[com.vaadin/vaadin-push "8.15.1"]
'com.vaadin:vaadin-push:jar:8.15.1'
<parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> <version>8.15.1</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