s

smack-websocket-okhttp

Smack for XMPP connections over WebSocket (RFC 7395) using OkHttp.
http://www.igniterealtime.org/projects/smack/
The Apache Software License, Version 2.0
Florian Schmaus
文件下载
文件名 操作
smack-websocket-okhttp-4.5.0-alpha3.jar 下载
smack-websocket-okhttp-4.5.0-alpha3.pom 下载
smack-websocket-okhttp-4.5.0-alpha3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.igniterealtime.smack</groupId>
  <artifactId>smack-websocket-okhttp</artifactId>
  <version>4.5.0-alpha3</version>
</dependency>
Gradle Groovy
implementation 'org.igniterealtime.smack:smack-websocket-okhttp:4.5.0-alpha3'
Gradle Kotlin
implementation("org.igniterealtime.smack:smack-websocket-okhttp:4.5.0-alpha3")
Scala SBT
libraryDependencies += "org.igniterealtime.smack" % "smack-websocket-okhttp" % "4.5.0-alpha3"
Groovy Grape
@Grapes(
  @Grab(group='org.igniterealtime.smack', module='smack-websocket-okhttp', version='4.5.0-alpha3')
)
Apache Ivy
<dependency org="org.igniterealtime.smack" name="smack-websocket-okhttp" rev="4.5.0-alpha3" />
Leiningen
[org.igniterealtime.smack/smack-websocket-okhttp "4.5.0-alpha3"]
Apache Buildr
'org.igniterealtime.smack:smack-websocket-okhttp:jar:4.5.0-alpha3'