<dependency>
<groupId>com.googlecode.metridoc</groupId>
<artifactId>metridoc-core</artifactId>
<version>0.18</version>
</dependency>
@Grapes(
@Grab(group='com.googlecode.metridoc', module='metridoc-core', version='0.18')
)
<parent> <groupId>com.googlecode.metridoc</groupId> <artifactId>metridoc-parent</artifactId> <version>0.18</version> </parent>
compile
|-- net.sf.scannotation:scannotation
|-- junit:junit
|-- ch.qos.logback:logback-classic
provided
|-- org.springframework:spring-core
|-- org.codehaus.groovy:groovy-all
test