Download jetty-websocket-7.0.1.v20091125.jar file

Introduction

You can download jetty-websocket-7.0.1.v20091125.jar in this page.

License

Eclipse Open Source

Type List

jetty-websocket-7.0.1.v20091125.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.eclipse.jetty/jetty-websocket/pom.properties
META-INF/maven/org.eclipse.jetty/jetty-websocket/pom.xml
about.html
org.eclipse.jetty.websocket.WebSocket.class
org.eclipse.jetty.websocket.WebSocketBuffers.class
org.eclipse.jetty.websocket.WebSocketConnection.class
org.eclipse.jetty.websocket.WebSocketGenerator.class
org.eclipse.jetty.websocket.WebSocketHandler.class
org.eclipse.jetty.websocket.WebSocketParser.class
org.eclipse.jetty.websocket.WebSocketServlet.class

Pom

jetty-websocket-7.0.1.v20091125.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>
    <artifactId>jetty-project</artifactId>
    <groupId>org.eclipse.jetty</groupId>
    <version>7.0.1.v20091125</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.eclipse.jetty</groupId>
  <artifactId>jetty-websocket</artifactId>
  <name>Jetty :: Websocket</name>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-server</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
    	<groupId>javax.servlet</groupId>
    	<artifactId>servlet-api</artifactId>
    	<type>jar</type>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>${felix.bundle.version}</version>
        <extensions>true</extensions>
        <executions>
          <execution>
            <goals>
              <goal>manifest</goal>
            </goals>
           </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <executions>
          <execution>
            <id>artifact-jar</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
          <execution>
            <id>test-jar</id>
            <goals>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <archive>               
            <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.eclipse.jetty</groupId>
   <artifactId>jetty-websocket</artifactId>
   <version>7.0.1.v20091125</version>
</dependency>

Download

If you think the following jetty-websocket-7.0.1.v20091125.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jetty-websocket-7.0.1.v20091125.jar file




PreviousNext

Related