<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>common</artifactId>
<version>1.2</version>
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.plugin', module='common', version='1.2')
)
<parent> <groupId>com.buschmais.jqassistant</groupId> <artifactId>jqassistant.plugin.plugin-parent</artifactId> <version>1.2.0</version> </parent>
compile
|-- com.buschmais.jqassistant.core:store
|-- com.buschmais.jqassistant.core:plugin
|-- com.buschmais.jqassistant.core:scanner
|-- com.buschmais.jqassistant.core:report
|-- com.buschmais.jqassistant.core:store
|-- com.buschmais.jqassistant.core:analysis
|-- org.hamcrest:java-hamcrest
|-- org.apache.commons:commons-compress:1.10
|-- junit:junit
test