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