is not current version
Last Version 3.0.0

org.atmosphere:wasync 1.0.0.RC4

wAsync: A WebSockets/HTTP Client Library

GroupId

GroupId

org.atmosphere
ArtifactId

ArtifactId

wasync
Version

Version

1.0.0.RC4
Type

Type

jar

Download wasync 1.0.0.RC4


<!-- https://jarcasting.com/artifacts/org.atmosphere/wasync/ -->
<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>wasync</artifactId>
    <version>1.0.0.RC4</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/wasync/
implementation 'org.atmosphere:wasync:1.0.0.RC4'
// https://jarcasting.com/artifacts/org.atmosphere/wasync/
implementation ("org.atmosphere:wasync:1.0.0.RC4")
'org.atmosphere:wasync:jar:1.0.0.RC4'
<dependency org="org.atmosphere" name="wasync" rev="1.0.0.RC4">
  <artifact name="wasync" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='wasync', version='1.0.0.RC4')
)
libraryDependencies += "org.atmosphere" % "wasync" % "1.0.0.RC4"
[org.atmosphere/wasync "1.0.0.RC4"]