Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.tomcat |
ArtifactId | ArtifactIdtomcat7-websocket |
Version | Version7.0.100 |
Type | Typejar |
Filename | Size |
---|---|
tomcat7-websocket-7.0.100.pom | |
tomcat7-websocket-7.0.100.jar | 224 KB |
tomcat7-websocket-7.0.100-sources.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tomcat/tomcat7-websocket/ -->
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat7-websocket</artifactId>
<version>7.0.100</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat7-websocket/
implementation 'org.apache.tomcat:tomcat7-websocket:7.0.100'
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat7-websocket/
implementation ("org.apache.tomcat:tomcat7-websocket:7.0.100")
'org.apache.tomcat:tomcat7-websocket:jar:7.0.100'
<dependency org="org.apache.tomcat" name="tomcat7-websocket" rev="7.0.100">
<artifact name="tomcat7-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomcat', module='tomcat7-websocket', version='7.0.100')
)
libraryDependencies += "org.apache.tomcat" % "tomcat7-websocket" % "7.0.100"
[org.apache.tomcat/tomcat7-websocket "7.0.100"]