Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.mcollovati.vertx |
ArtifactId | ArtifactIdvaadin-flow-sockjs |
Version | Version17.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mcollovati.vertx/vaadin-flow-sockjs/ -->
<dependency>
<groupId>com.github.mcollovati.vertx</groupId>
<artifactId>vaadin-flow-sockjs</artifactId>
<version>17.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mcollovati.vertx/vaadin-flow-sockjs/
implementation 'com.github.mcollovati.vertx:vaadin-flow-sockjs:17.0.1'
// https://jarcasting.com/artifacts/com.github.mcollovati.vertx/vaadin-flow-sockjs/
implementation ("com.github.mcollovati.vertx:vaadin-flow-sockjs:17.0.1")
'com.github.mcollovati.vertx:vaadin-flow-sockjs:jar:17.0.1'
<dependency org="com.github.mcollovati.vertx" name="vaadin-flow-sockjs" rev="17.0.1">
<artifact name="vaadin-flow-sockjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mcollovati.vertx', module='vaadin-flow-sockjs', version='17.0.1')
)
libraryDependencies += "com.github.mcollovati.vertx" % "vaadin-flow-sockjs" % "17.0.1"
[com.github.mcollovati.vertx/vaadin-flow-sockjs "17.0.1"]