w

wasync

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