You can download websocket-servlet-9.2.0.m0.jar in this page.
Eclipse Open Source
websocket-servlet-9.2.0.m0.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.UpgradeHttpServletRequest.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.2.0.m0.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.2.0.M0</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> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <id>artifact-jar</id> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <archive> <manifestFile>target/classes/META-INF/MANIFEST.MF</manifestFile> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <executions> <execution> <id>bundle-manifest</id> <phase>process-classes</phase> <goals> <goal>manifest</goal> </goals> </execution> </executions> <configuration> <instructions> <Bundle-Description>Websocket Servlet Interface</Bundle-Description> <Dynamic-Import-Package>org.eclipse.jetty.websocket.server.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}"</Dynamic-Import-Package> </instructions> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </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.2.0.m0</version> </dependency>
If you think the following websocket-servlet-9.2.0.m0.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.2.0.m0.jar file