не последняя версия
Последняя версия 1.6.1

com.sun.grizzly:cometd 1.5.2


Категории

Категории

Grizzly Сеть Networking
Группа

Группа

com.sun.grizzly
Идентификатор

Идентификатор

cometd
Версия

Версия

1.5.2
Тип

Тип

jar

Скачать cometd 1.5.2


<!-- https://jarcasting.com/artifacts/com.sun.grizzly/cometd/ -->
<dependency>
    <groupId>com.sun.grizzly</groupId>
    <artifactId>cometd</artifactId>
    <version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/cometd/
implementation 'com.sun.grizzly:cometd:1.5.2'
// https://jarcasting.com/artifacts/com.sun.grizzly/cometd/
implementation ("com.sun.grizzly:cometd:1.5.2")
'com.sun.grizzly:cometd:jar:1.5.2'
<dependency org="com.sun.grizzly" name="cometd" rev="1.5.2">
  <artifact name="cometd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='cometd', version='1.5.2')
)
libraryDependencies += "com.sun.grizzly" % "cometd" % "1.5.2"
[com.sun.grizzly/cometd "1.5.2"]