s

spring-boot-sample-atmosphere

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