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