| Categories | CategoriesJetty Container Application Servers CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.jetty.websocket | 
| ArtifactId | ArtifactIdwebsocket-server | 
| Version | Version9.4.11.v20180605 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.websocket/websocket-server/ -->
<dependency>
    <groupId>org.eclipse.jetty.websocket</groupId>
    <artifactId>websocket-server</artifactId>
    <version>9.4.11.v20180605</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jetty.websocket/websocket-server/
implementation 'org.eclipse.jetty.websocket:websocket-server:9.4.11.v20180605'// https://jarcasting.com/artifacts/org.eclipse.jetty.websocket/websocket-server/
implementation ("org.eclipse.jetty.websocket:websocket-server:9.4.11.v20180605")'org.eclipse.jetty.websocket:websocket-server:jar:9.4.11.v20180605'<dependency org="org.eclipse.jetty.websocket" name="websocket-server" rev="9.4.11.v20180605">
  <artifact name="websocket-server" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty.websocket', module='websocket-server', version='9.4.11.v20180605')
)libraryDependencies += "org.eclipse.jetty.websocket" % "websocket-server" % "9.4.11.v20180605"[org.eclipse.jetty.websocket/websocket-server "9.4.11.v20180605"]