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