Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.tomcat |
ArtifactId | ArtifactIdtomcat-websocket-api |
Version | Version10.0.0-M7 |
Type | Typejar |
Filename | Size |
---|---|
tomcat-websocket-api-10.0.0-M7.pom | |
tomcat-websocket-api-10.0.0-M7.jar | 39 KB |
tomcat-websocket-api-10.0.0-M7-sources.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-websocket-api/ -->
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-websocket-api</artifactId>
<version>10.0.0-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-websocket-api/
implementation 'org.apache.tomcat:tomcat-websocket-api:10.0.0-M7'
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-websocket-api/
implementation ("org.apache.tomcat:tomcat-websocket-api:10.0.0-M7")
'org.apache.tomcat:tomcat-websocket-api:jar:10.0.0-M7'
<dependency org="org.apache.tomcat" name="tomcat-websocket-api" rev="10.0.0-M7">
<artifact name="tomcat-websocket-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomcat', module='tomcat-websocket-api', version='10.0.0-M7')
)
libraryDependencies += "org.apache.tomcat" % "tomcat-websocket-api" % "10.0.0-M7"
[org.apache.tomcat/tomcat-websocket-api "10.0.0-M7"]