<dependency>
<groupId>com.googlecode.metridoc</groupId>
<artifactId>metridoc-spring</artifactId>
<version>0.14</version>
</dependency>
@Grapes(
@Grab(group='com.googlecode.metridoc', module='metridoc-spring', version='0.14')
)
<parent> <groupId>com.googlecode.metridoc</groupId> <artifactId>metridoc-parent</artifactId> <version>0.14</version> </parent>
compile
|-- org.springframework:spring-core
|-- cglib:cglib
|-- org.springframework:spring-context
|-- com.googlecode.metridoc:metridoc-core
provided
|-- org.codehaus.groovy:groovy-all
test
|-- junit:junit