is not current version
Last Version 7.0.7

org.cometd:cometd-demo 2.0.0.RC2


GroupId

GroupId

org.cometd
ArtifactId

ArtifactId

cometd-demo
Version

Version

2.0.0.RC2
Type

Type

war

Download cometd-demo 2.0.0.RC2


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