is not current version
Last Version 7.0.7

org.cometd:cometd-project 1.1.1

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

1.1.1
Type

Type

pom

Download cometd-project 1.1.1

Filename Size
cometd-project-1.1.1.pom 12 KB
Browse

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