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