| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJava Языки программирования |
| Группа | Группаorg.cometd.java |
| Идентификатор | Идентификаторcometd-java-websocket-common-server |
| Версия | Версия4.0.9 |
| Тип | Типjar |
| Описание |
ОписаниеCometD :: Java :: WebSocket :: Common Server
The CometD project is a scalable web messaging bus that uses WebSocket
and HTTP AJAX push technology patterns known as "Comet" techniques
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-java-websocket-common-server/ -->
<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-java-websocket-common-server</artifactId>
<version>4.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-websocket-common-server/
implementation 'org.cometd.java:cometd-java-websocket-common-server:4.0.9'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-websocket-common-server/
implementation ("org.cometd.java:cometd-java-websocket-common-server:4.0.9")
'org.cometd.java:cometd-java-websocket-common-server:jar:4.0.9'
<dependency org="org.cometd.java" name="cometd-java-websocket-common-server" rev="4.0.9">
<artifact name="cometd-java-websocket-common-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-websocket-common-server', version='4.0.9')
)
libraryDependencies += "org.cometd.java" % "cometd-java-websocket-common-server" % "4.0.9"
[org.cometd.java/cometd-java-websocket-common-server "4.0.9"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.cometd.java : cometd-java-server | jar | 4.0.9 |
| org.eclipse.jetty : jetty-io | jar | 9.4.33.v20201020 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.13.3 |