a

atmosphere-spring-websocket

Files download
File Operation
atmosphere-spring-websocket-1.0.14-vaadin1.pom download
atmosphere-spring-websocket-1.0.14-vaadin1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vaadin.external.atmosphere.samples</groupId>
  <artifactId>atmosphere-spring-websocket</artifactId>
  <version>1.0.14-vaadin1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'com.vaadin.external.atmosphere.samples:atmosphere-spring-websocket:1.0.14-vaadin1'
Gradle Kotlin
implementation("com.vaadin.external.atmosphere.samples:atmosphere-spring-websocket:1.0.14-vaadin1")
Scala SBT
libraryDependencies += "com.vaadin.external.atmosphere.samples" % "atmosphere-spring-websocket" % "1.0.14-vaadin1"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin.external.atmosphere.samples', module='atmosphere-spring-websocket', version='1.0.14-vaadin1')
)
Apache Ivy
<dependency org="com.vaadin.external.atmosphere.samples" name="atmosphere-spring-websocket" rev="1.0.14-vaadin1" />
Leiningen
[com.vaadin.external.atmosphere.samples/atmosphere-spring-websocket "1.0.14-vaadin1"]
Apache Buildr
'com.vaadin.external.atmosphere.samples:atmosphere-spring-websocket:jar:1.0.14-vaadin1'