<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-java-common</artifactId>
<version>3.1.2-BETA0</version>
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-common', version='3.1.2-BETA0')
)
<parent> <groupId>org.cometd.java</groupId> <artifactId>cometd-java</artifactId> <version>3.1.2-BETA0</version> </parent>
compile
|-- org.cometd.java:bayeux-api
|-- org.eclipse.jetty:jetty-util
|-- org.eclipse.jetty:jetty-util-ajax
|-- com.fasterxml.jackson.core:jackson-databind
|-- junit:junit
test