Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.mcollovati.vertx |
ArtifactId | ArtifactIdvaadin-flow-sockjs |
Version | Version14.0.13 |
Type | Typejar |
Filename | Size |
---|---|
vaadin-flow-sockjs-14.0.13.pom | |
vaadin-flow-sockjs-14.0.13.jar | 248 KB |
vaadin-flow-sockjs-14.0.13-sources.jar | 17 KB |
vaadin-flow-sockjs-14.0.13-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mcollovati.vertx/vaadin-flow-sockjs/ -->
<dependency>
<groupId>com.github.mcollovati.vertx</groupId>
<artifactId>vaadin-flow-sockjs</artifactId>
<version>14.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mcollovati.vertx/vaadin-flow-sockjs/
implementation 'com.github.mcollovati.vertx:vaadin-flow-sockjs:14.0.13'
// https://jarcasting.com/artifacts/com.github.mcollovati.vertx/vaadin-flow-sockjs/
implementation ("com.github.mcollovati.vertx:vaadin-flow-sockjs:14.0.13")
'com.github.mcollovati.vertx:vaadin-flow-sockjs:jar:14.0.13'
<dependency org="com.github.mcollovati.vertx" name="vaadin-flow-sockjs" rev="14.0.13">
<artifact name="vaadin-flow-sockjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mcollovati.vertx', module='vaadin-flow-sockjs', version='14.0.13')
)
libraryDependencies += "com.github.mcollovati.vertx" % "vaadin-flow-sockjs" % "14.0.13"
[com.github.mcollovati.vertx/vaadin-flow-sockjs "14.0.13"]