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

Jar examples for t:tomcat-websocket-api

Description

WebSocket (JSR356) API

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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials