| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.cometd |
| Идентификатор | Идентификаторcometd-documentation |
| Последняя версия | Последняя версия7.0.7 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCometD :: Reference Book
The CometD project is a scalable web messaging bus that uses WebSocket
and HTTP AJAX push technology patterns known as "Comet" techniques
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| cometd-documentation-7.0.7.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.cometd/cometd-documentation/ -->
<dependency>
<groupId>org.cometd</groupId>
<artifactId>cometd-documentation</artifactId>
<version>7.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cometd/cometd-documentation/
implementation 'org.cometd:cometd-documentation:7.0.7'
// https://jarcasting.com/artifacts/org.cometd/cometd-documentation/
implementation ("org.cometd:cometd-documentation:7.0.7")
'org.cometd:cometd-documentation:pom:7.0.7'
<dependency org="org.cometd" name="cometd-documentation" rev="7.0.7">
<artifact name="cometd-documentation" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cometd', module='cometd-documentation', version='7.0.7')
)
libraryDependencies += "org.cometd" % "cometd-documentation" % "7.0.7"
[org.cometd/cometd-documentation "7.0.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.cometd.java : cometd-java-client-http-jetty | jar | 7.0.7 |
| org.cometd.java : cometd-java-client-http-okhttp | jar | 7.0.7 |
| org.cometd.java : cometd-java-client-websocket-javax | jar | 7.0.7 |
| org.cometd.java : cometd-java-client-websocket-okhttp | jar | 7.0.7 |
| org.cometd.java : cometd-java-oort | jar | 7.0.7 |
| org.cometd.java : cometd-java-server-common | jar | 7.0.7 |
| org.cometd.java : cometd-java-annotation-client | jar | 7.0.7 |
| org.cometd.java : cometd-java-annotation-server | jar | 7.0.7 |
| org.eclipse.jetty : jetty-jmx | jar | 11.0.11 |
| org.eclipse.jetty : jetty-util-ajax | jar | 11.0.11 |
| org.springframework : spring-context | jar | 5.3.21 |
| org.springframework : spring-web | jar | 5.3.21 |
| org.springframework.boot : spring-boot | jar | 2.7.0 |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.7.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jetty.toolchain : jetty-jakarta-servlet-api | jar | 5.0.1 |