Download tomcat-websocket-api-7.0.70.jar file

Introduction

You can download tomcat-websocket-api-7.0.70.jar in this page.

License

Apache License, Version 2.0

Type List

tomcat-websocket-api-7.0.70.jar file has the following types.

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
javax.websocket.ClientEndpoint.class
javax.websocket.ClientEndpointConfig.class
javax.websocket.CloseReason.class
javax.websocket.ContainerProvider.class
javax.websocket.DecodeException.class
javax.websocket.Decoder.class
javax.websocket.DefaultClientEndpointConfig.class
javax.websocket.DeploymentException.class
javax.websocket.EncodeException.class
javax.websocket.Encoder.class
javax.websocket.Endpoint.class
javax.websocket.EndpointConfig.class
javax.websocket.Extension.class
javax.websocket.HandshakeResponse.class
javax.websocket.MessageHandler.class
javax.websocket.OnClose.class
javax.websocket.OnError.class
javax.websocket.OnMessage.class
javax.websocket.OnOpen.class
javax.websocket.PongMessage.class
javax.websocket.RemoteEndpoint.class
javax.websocket.SendHandler.class
javax.websocket.SendResult.class
javax.websocket.Session.class
javax.websocket.SessionException.class
javax.websocket.WebSocketContainer.class
javax.websocket.server.DefaultServerEndpointConfig.class
javax.websocket.server.HandshakeRequest.class
javax.websocket.server.PathParam.class
javax.websocket.server.ServerApplicationConfig.class
javax.websocket.server.ServerContainer.class
javax.websocket.server.ServerEndpoint.class
javax.websocket.server.ServerEndpointConfig.class

Pom

tomcat-websocket-api-7.0.70.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.tomcat</groupId>
  <artifactId>tomcat-websocket-api</artifactId>
  <version>7.0.70</version>
  <description>WebSocket (JSR356) API</description>
  <url>http://tomcat.apache.org/</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
</project>

POM Entry

<dependency>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-websocket-api</artifactId>
   <version>7.0.70</version>
</dependency>

Download

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



Download tomcat-websocket-api-7.0.70.jar file




PreviousNext

Related