s

spring-boot-sample-atmosphere

Spring Boot Atmosphere Sample
http://projects.spring.io/spring-boot/
Pivotal Software, Inc.
Files download
File Operation
spring-boot-sample-atmosphere-2.3.4.jar download
spring-boot-sample-atmosphere-2.3.4.pom download
spring-boot-sample-atmosphere-2.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.atmosphere.samples</groupId>
  <artifactId>spring-boot-sample-atmosphere</artifactId>
  <version>2.3.4</version>
</dependency>
Gradle Groovy
implementation 'org.atmosphere.samples:spring-boot-sample-atmosphere:2.3.4'
Gradle Kotlin
implementation("org.atmosphere.samples:spring-boot-sample-atmosphere:2.3.4")
Scala SBT
libraryDependencies += "org.atmosphere.samples" % "spring-boot-sample-atmosphere" % "2.3.4"
Groovy Grape
@Grapes(
  @Grab(group='org.atmosphere.samples', module='spring-boot-sample-atmosphere', version='2.3.4')
)
Apache Ivy
<dependency org="org.atmosphere.samples" name="spring-boot-sample-atmosphere" rev="2.3.4" />
Leiningen
[org.atmosphere.samples/spring-boot-sample-atmosphere "2.3.4"]
Apache Buildr
'org.atmosphere.samples:spring-boot-sample-atmosphere:jar:2.3.4'