Last Version

CometD :: Java 1.1.5

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

License

License

The Academic Free License, v. 2.1
Categories

Categories

Java Languages
GroupId

GroupId

org.cometd.java
ArtifactId

ArtifactId

cometd-java-project
Version

Version

1.1.5
Type

Type

pom
Description

Description

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

Project Organization

Dojo Foundation

Download cometd-java-project 1.1.5


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • server
  • client
  • oort
  • examples