文件下载
文件名 操作
atmosphere-stomp-0.4.jar 下载
atmosphere-stomp-0.4.pom 下载
atmosphere-stomp-0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.atmosphere</groupId>
  <artifactId>atmosphere-stomp</artifactId>
  <version>0.4</version>
</dependency>
Gradle Groovy
implementation 'org.atmosphere:atmosphere-stomp:0.4'
Gradle Kotlin
implementation("org.atmosphere:atmosphere-stomp:0.4")
Scala SBT
libraryDependencies += "org.atmosphere" % "atmosphere-stomp" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.atmosphere', module='atmosphere-stomp', version='0.4')
)
Apache Ivy
<dependency org="org.atmosphere" name="atmosphere-stomp" rev="0.4" />
Leiningen
[org.atmosphere/atmosphere-stomp "0.4"]
Apache Buildr
'org.atmosphere:atmosphere-stomp:jar:0.4'