| License | License | 
|---|---|
| Categories | CategoriesJava Languages CLI User Interface | 
| GroupId | GroupIdorg.cometd.java | 
| ArtifactId | ArtifactIdcometd-java-client-websocket-javax | 
| Last Version | Last Version7.0.7 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCometD :: Java :: Client :: WebSocket :: JSR 356 The CometD project is a scalable web messaging bus that uses WebSocket
    and HTTP AJAX push technology patterns known as "Comet" techniques | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-java-client-websocket-javax/ -->
<dependency>
    <groupId>org.cometd.java</groupId>
    <artifactId>cometd-java-client-websocket-javax</artifactId>
    <version>7.0.7</version>
</dependency>// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-client-websocket-javax/
implementation 'org.cometd.java:cometd-java-client-websocket-javax:7.0.7'// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-client-websocket-javax/
implementation ("org.cometd.java:cometd-java-client-websocket-javax:7.0.7")'org.cometd.java:cometd-java-client-websocket-javax:jar:7.0.7'<dependency org="org.cometd.java" name="cometd-java-client-websocket-javax" rev="7.0.7">
  <artifact name="cometd-java-client-websocket-javax" type="jar" />
</dependency>@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-client-websocket-javax', version='7.0.7')
)libraryDependencies += "org.cometd.java" % "cometd-java-client-websocket-javax" % "7.0.7"[org.cometd.java/cometd-java-client-websocket-javax "7.0.7"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.jetty.toolchain : jetty-jakarta-websocket-api | jar | 2.0.0 | 
| org.cometd.java : cometd-java-client-websocket-common | jar | 7.0.7 |