w

wasync

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