h

htmlunit-websocket-client

The default WebSocket client used by HtmlUnit. The implementation is based on Jetty 9.
https://www.htmlunit.org
Apache License, Version 2.0
Gargoyle Software Inc.
Ronald Brill
Files download
File Operation
htmlunit-websocket-client-4.2.0.jar download
htmlunit-websocket-client-4.2.0.pom download
htmlunit-websocket-client-4.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.htmlunit</groupId>
  <artifactId>htmlunit-websocket-client</artifactId>
  <version>4.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.htmlunit:htmlunit-websocket-client:4.2.0'
Gradle Kotlin
implementation("org.htmlunit:htmlunit-websocket-client:4.2.0")
Scala SBT
libraryDependencies += "org.htmlunit" % "htmlunit-websocket-client" % "4.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.htmlunit', module='htmlunit-websocket-client', version='4.2.0')
)
Apache Ivy
<dependency org="org.htmlunit" name="htmlunit-websocket-client" rev="4.2.0" />
Leiningen
[org.htmlunit/htmlunit-websocket-client "4.2.0"]
Apache Buildr
'org.htmlunit:htmlunit-websocket-client:jar:4.2.0'
Dependencies
The project has no third-party dependencies