c

cometd-project

The CometD project is a scalable HTTP-based event routing bus that uses the AJAX push technology pattern known as "Comet"
http://cometd.org
Apache License Version 2.0 The New BSD License The Academic Free License, v. 2.1
Dojo Foundation
Greg Wilkins Simone Bordet David Davis Alex Russell Mark Smith
Files download
File Operation
cometd-project-2.0.0.RC1.pom download
Apache Maven
<dependency>
  <groupId>org.cometd</groupId>
  <artifactId>cometd-project</artifactId>
  <version>2.0.0.RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.cometd:cometd-project:2.0.0.RC1'
Gradle Kotlin
implementation("org.cometd:cometd-project:2.0.0.RC1")
Scala SBT
libraryDependencies += "org.cometd" % "cometd-project" % "2.0.0.RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.cometd', module='cometd-project', version='2.0.0.RC1')
)
Apache Ivy
<dependency org="org.cometd" name="cometd-project" rev="2.0.0.RC1" />
Leiningen
[org.cometd/cometd-project "2.0.0.RC1"]
Apache Buildr
'org.cometd:cometd-project:jar:2.0.0.RC1'
Dependencies
The project has no third-party dependencies