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