<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-java-client</artifactId>
<version>4.0.4</version>
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-client', version='4.0.4')
)
<parent> <groupId>org.cometd.java</groupId> <artifactId>cometd-java</artifactId> <version>4.0.4</version> </parent>
compile
|-- org.cometd.java:bayeux-api
|-- org.cometd.java:cometd-java-common
|-- org.eclipse.jetty:jetty-util
|-- org.eclipse.jetty:jetty-io
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty:jetty-client
|-- junit:junit
|-- org.hamcrest:hamcrest-library
|-- org.apache.logging.log4j:log4j-slf4j-impl
test
|-- javax.servlet:javax.servlet-api
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-servlet
|-- org.eclipse.jetty:jetty-proxy
|-- org.eclipse.jetty.http2:http2-server
|-- org.eclipse.jetty.http2:http2-http-client-transport
|-- org.cometd.java:cometd-java-server