Download tomcat-websocket-api-7.0.53.jar file - Jar t

Jar examples for t:tomcat-websocket-api

Description

WebSocket (JSR356) API

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

License

Apache License, Version 2.0

Build File

You can use the following script to add tomcat-websocket-api-7.0.53.jar to your project.

<dependency>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-websocket-api</artifactId>
   <version>7.0.53</version>
</dependency>
compile group: 'org.apache.tomcat', name: 'tomcat-websocket-api', version: '7.0.53'
libraryDependencies += "org.apache.tomcat" % "tomcat-websocket-api" % "7.0.53"
<dependency org="org.apache.tomcat" name="tomcat-websocket-api" rev="7.0.53"/>
@Grapes(@Grab(group='org.apache.tomcat', module='tomcat-websocket-api', version='7.0.53'))
'org.apache.tomcat:tomcat-websocket-api:jar:7.0.53'

Download

Click the following link to download the jar file.

tomcat-websocket-api-7.0.53-sources.jar
tomcat-websocket-api-7.0.53.jar
tomcat-websocket-api-7.0.53.pom



Related Tutorials