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