Skip to content

Instantly share code, notes, and snippets.

@amilamanoj
Created June 22, 2013 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amilamanoj/5841607 to your computer and use it in GitHub Desktop.
Save amilamanoj/5841607 to your computer and use it in GitHub Desktop.
Maven dependencies for Jetty 9.0.3 WebSocket libraries
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.0.3.v20130506</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-server</artifactId>
<version>9.0.3.v20130506</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-client</artifactId>
<version>9.0.3.v20130506</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment