w

websocket-core-client

文件下载
文件名 操作
websocket-core-client-11.0.22.jar 下载
websocket-core-client-11.0.22.pom 下载
websocket-core-client-11.0.22-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.jetty.websocket</groupId>
  <artifactId>websocket-core-client</artifactId>
  <version>11.0.22</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jetty.websocket:websocket-core-client:11.0.22'
Gradle Kotlin
implementation("org.eclipse.jetty.websocket:websocket-core-client:11.0.22")
Scala SBT
libraryDependencies += "org.eclipse.jetty.websocket" % "websocket-core-client" % "11.0.22"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jetty.websocket', module='websocket-core-client', version='11.0.22')
)
Apache Ivy
<dependency org="org.eclipse.jetty.websocket" name="websocket-core-client" rev="11.0.22" />
Leiningen
[org.eclipse.jetty.websocket/websocket-core-client "11.0.22"]
Apache Buildr
'org.eclipse.jetty.websocket:websocket-core-client:jar:11.0.22'