<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>graphml</artifactId>
<version>1.9.0-ALPHA1</version>
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.plugin', module='graphml', version='1.9.0-ALPHA1')
)
<parent> <groupId>com.buschmais.jqassistant.plugin</groupId> <artifactId>parent</artifactId> <version>1.9.0-ALPHA1</version> </parent>
compile
|-- com.buschmais.jqassistant.core:report
|-- com.buschmais.jqassistant.core:store
|-- com.buschmais.jqassistant.core:analysis
|-- org.hamcrest:java-hamcrest
|-- org.mockito:mockito-junit-jupiter
test
|-- com.buschmais.jqassistant.core:scanner
|-- com.buschmais.jqassistant.core:plugin
|-- com.buschmais.jqassistant.plugin:java:1.9.0-ALPHA1
|-- com.buschmais.jqassistant.plugin:common:1.9.0-ALPHA1
|-- com.buschmais.jqassistant.plugin:java:1.9.0-ALPHA1
|-- org.junit.jupiter:junit-jupiter-engine