is not current version
Last Version 7.0.7

org.cometd:cometd-project 2.0.0

The CometD project is a scalable HTTP-based event routing bus that uses the AJAX push technology pattern known as "Comet"

GroupId

GroupId

org.cometd
ArtifactId

ArtifactId

cometd-project
Version

Version

2.0.0
Type

Type

pom

Download cometd-project 2.0.0

Filename Size
cometd-project-2.0.0.pom 11 KB
Browse

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