Files download
File Operation
atmosphere-gwt-jersey-1.1.0.RC1.jar download
atmosphere-gwt-jersey-1.1.0.RC1.pom download
atmosphere-gwt-jersey-1.1.0.RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.atmosphere.extensions</groupId>
  <artifactId>atmosphere-gwt-jersey</artifactId>
  <version>1.1.0.RC1</version>
</dependency>
Gradle Groovy
implementation 'org.atmosphere.extensions:atmosphere-gwt-jersey:1.1.0.RC1'
Gradle Kotlin
implementation("org.atmosphere.extensions:atmosphere-gwt-jersey:1.1.0.RC1")
Scala SBT
libraryDependencies += "org.atmosphere.extensions" % "atmosphere-gwt-jersey" % "1.1.0.RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.atmosphere.extensions', module='atmosphere-gwt-jersey', version='1.1.0.RC1')
)
Apache Ivy
<dependency org="org.atmosphere.extensions" name="atmosphere-gwt-jersey" rev="1.1.0.RC1" />
Leiningen
[org.atmosphere.extensions/atmosphere-gwt-jersey "1.1.0.RC1"]
Apache Buildr
'org.atmosphere.extensions:atmosphere-gwt-jersey:jar:1.1.0.RC1'