Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin.external.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-spring-websocket |
Version | Version1.0.14.vaadin3 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.samples/atmosphere-spring-websocket/ -->
<dependency>
<groupId>com.vaadin.external.atmosphere.samples</groupId>
<artifactId>atmosphere-spring-websocket</artifactId>
<version>1.0.14.vaadin3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.samples/atmosphere-spring-websocket/
implementation 'com.vaadin.external.atmosphere.samples:atmosphere-spring-websocket:1.0.14.vaadin3'
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.samples/atmosphere-spring-websocket/
implementation ("com.vaadin.external.atmosphere.samples:atmosphere-spring-websocket:1.0.14.vaadin3")
'com.vaadin.external.atmosphere.samples:atmosphere-spring-websocket:war:1.0.14.vaadin3'
<dependency org="com.vaadin.external.atmosphere.samples" name="atmosphere-spring-websocket" rev="1.0.14.vaadin3">
<artifact name="atmosphere-spring-websocket" type="war" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.external.atmosphere.samples', module='atmosphere-spring-websocket', version='1.0.14.vaadin3')
)
libraryDependencies += "com.vaadin.external.atmosphere.samples" % "atmosphere-spring-websocket" % "1.0.14.vaadin3"
[com.vaadin.external.atmosphere.samples/atmosphere-spring-websocket "1.0.14.vaadin3"]