is not current version
Last Version 7.0.109

org.apache.tomcat:tomcat7-websocket 7.0.86

Tomcat WebSocket (JSR356) implementation

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.apache.tomcat
ArtifactId

ArtifactId

tomcat7-websocket
Version

Version

7.0.86
Type

Type

jar

Download tomcat7-websocket 7.0.86


<!-- https://jarcasting.com/artifacts/org.apache.tomcat/tomcat7-websocket/ -->
<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>tomcat7-websocket</artifactId>
    <version>7.0.86</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat7-websocket/
implementation 'org.apache.tomcat:tomcat7-websocket:7.0.86'
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat7-websocket/
implementation ("org.apache.tomcat:tomcat7-websocket:7.0.86")
'org.apache.tomcat:tomcat7-websocket:jar:7.0.86'
<dependency org="org.apache.tomcat" name="tomcat7-websocket" rev="7.0.86">
  <artifact name="tomcat7-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomcat', module='tomcat7-websocket', version='7.0.86')
)
libraryDependencies += "org.apache.tomcat" % "tomcat7-websocket" % "7.0.86"
[org.apache.tomcat/tomcat7-websocket "7.0.86"]