is not current version
Last Version 7.0.109

org.apache.tomcat:tomcat7-websocket 7.0.47

Tomcat WebSocket (JSR356) implementation

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.apache.tomcat
ArtifactId

ArtifactId

tomcat7-websocket
Version

Version

7.0.47
Type

Type

jar

Download tomcat7-websocket 7.0.47


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