s

spring-boot-sample-atmosphere

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