You can download websocket-servlet-9.0.7.v20131107.jar in this page.
Eclipse Open Source
websocket-servlet-9.0.7.v20131107.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.eclipse.jetty.websocket/websocket-servlet/pom.properties META-INF/maven/org.eclipse.jetty.websocket/websocket-servlet/pom.xml about.html org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest.class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse.class org.eclipse.jetty.websocket.servlet.WebSocketCreator.class org.eclipse.jetty.websocket.servlet.WebSocketServlet.class org.eclipse.jetty.websocket.servlet.WebSocketServletFactory.class
websocket-servlet-9.0.7.v20131107.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-parent</artifactId> <version>9.0.7.v20131107</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>websocket-servlet</artifactId> <name>Jetty :: Websocket :: Servlet Interface</name> <properties> <bundle-symbolic-name>${project.groupId}.servlet</bundle-symbolic-name> </properties> <dependencies> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.orbit</groupId> <artifactId>javax.servlet</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.eclipse.jetty.toolchain</groupId> <artifactId>jetty-test-helper</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-servlet</artifactId> <version>9.0.7.v20131107</version> </dependency>
If you think the following websocket-servlet-9.0.7.v20131107.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download websocket-servlet-9.0.7.v20131107.jar file