Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdvaadin-push |
Version | Version7.5.8 |
Type | Typejar |
Filename | Size |
---|---|
vaadin-push-7.5.8.pom | |
vaadin-push-7.5.8.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin/vaadin-push/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-push</artifactId>
<version>7.5.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/vaadin-push/
implementation 'com.vaadin:vaadin-push:7.5.8'
// https://jarcasting.com/artifacts/com.vaadin/vaadin-push/
implementation ("com.vaadin:vaadin-push:7.5.8")
'com.vaadin:vaadin-push:jar:7.5.8'
<dependency org="com.vaadin" name="vaadin-push" rev="7.5.8">
<artifact name="vaadin-push" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-push', version='7.5.8')
)
libraryDependencies += "com.vaadin" % "vaadin-push" % "7.5.8"
[com.vaadin/vaadin-push "7.5.8"]