<dependency>
<groupId>com.googlecode.metridoc</groupId>
<artifactId>sushi-client</artifactId>
<version>0.12</version>
</dependency>
@Grapes(
@Grab(group='com.googlecode.metridoc', module='sushi-client', version='0.12')
)
<parent> <groupId>com.googlecode.metridoc</groupId> <artifactId>metridoc-parent</artifactId> <version>0.12</version> </parent>
compile
|-- org.codehaus.groovy:groovy-all
|-- org.apache.camel:camel-groovy
|-- org.apache.camel:camel-test
|-- org.apache.camel:camel-core
|-- org.apache.httpcomponents:httpclient
|-- com.googlecode.metridoc:metridoc-sushi
|-- org.codehaus.staxmate:staxmate
test
|-- junit:junit