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