<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>common</artifactId>
<version>1.7.0</version>
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.plugin', module='common', version='1.7.0')
)
<parent> <groupId>com.buschmais.jqassistant</groupId> <artifactId>jqassistant.plugin.plugin-parent</artifactId> <version>1.7.0</version> </parent>
compile
|-- com.buschmais.jqassistant.core:store
|-- com.buschmais.jqassistant.core:plugin
|-- com.buschmais.jqassistant.core:scanner
|-- com.buschmais.jqassistant.core:report
|-- org.apache.commons:commons-lang3:3.8.1
|-- org.apache.commons:commons-compress:1.18
|-- com.buschmais.jqassistant.core:store
|-- com.buschmais.jqassistant.core:analysis
|-- org.mockito:mockito-junit-jupiter
|-- org.hamcrest:java-hamcrest
test
|-- org.codehaus.groovy:groovy-jsr223
|-- org.junit.jupiter:junit-jupiter-engine