is not current version
Last Version 3.0.0

org.atmosphere:wasync 2.0.0

wAsync: A WebSockets/HTTP Client Library

GroupId

GroupId

org.atmosphere
ArtifactId

ArtifactId

wasync
Version

Version

2.0.0
Type

Type

jar

Download wasync 2.0.0


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