w

wasync

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