Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.mcollovati.vertx |
ArtifactId | ArtifactIdvaadin8-sockjs |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
vaadin8-sockjs-1.0.0.pom | |
vaadin8-sockjs-1.0.0.jar | 978 KB |
vaadin8-sockjs-1.0.0-sources.jar | 15 KB |
vaadin8-sockjs-1.0.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mcollovati.vertx/vaadin8-sockjs/ -->
<dependency>
<groupId>com.github.mcollovati.vertx</groupId>
<artifactId>vaadin8-sockjs</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mcollovati.vertx/vaadin8-sockjs/
implementation 'com.github.mcollovati.vertx:vaadin8-sockjs:1.0.0'
// https://jarcasting.com/artifacts/com.github.mcollovati.vertx/vaadin8-sockjs/
implementation ("com.github.mcollovati.vertx:vaadin8-sockjs:1.0.0")
'com.github.mcollovati.vertx:vaadin8-sockjs:jar:1.0.0'
<dependency org="com.github.mcollovati.vertx" name="vaadin8-sockjs" rev="1.0.0">
<artifact name="vaadin8-sockjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mcollovati.vertx', module='vaadin8-sockjs', version='1.0.0')
)
libraryDependencies += "com.github.mcollovati.vertx" % "vaadin8-sockjs" % "1.0.0"
[com.github.mcollovati.vertx/vaadin8-sockjs "1.0.0"]