Download tomcat-websocket-8.0.33.jar file - Jar t

Jar examples for t:tomcat-websocket

Description

Tomcat WebSocket (JSR356) implementation

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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

tomcat-websocket-8.0.33-sources.jar
tomcat-websocket-8.0.33.jar
tomcat-websocket-8.0.33.pom



Related Tutorials