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