Files download
File Operation
cometd-1.5.1.jar download
cometd-1.5.1.pom download
cometd-1.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.grizzly</groupId>
  <artifactId>cometd</artifactId>
  <version>1.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.sun.grizzly:cometd:1.5.1'
Gradle Kotlin
implementation("com.sun.grizzly:cometd:1.5.1")
Scala SBT
libraryDependencies += "com.sun.grizzly" % "cometd" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.grizzly', module='cometd', version='1.5.1')
)
Apache Ivy
<dependency org="com.sun.grizzly" name="cometd" rev="1.5.1" />
Leiningen
[com.sun.grizzly/cometd "1.5.1"]
Apache Buildr
'com.sun.grizzly:cometd:jar:1.5.1'