<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>java</artifactId>
<version>2.0.10</version>
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.plugin', module='java', version='2.0.10')
)
<parent> <groupId>com.buschmais.jqassistant.plugin</groupId> <artifactId>parent</artifactId> <version>2.0.10</version> </parent>
compile
|-- org.ow2.asm:asm
|-- com.buschmais.jqassistant.plugin:common:2.0.10
|-- com.buschmais.jqassistant.core:test
|-- com.buschmais.jqassistant.plugin:xml:2.0.10
|-- com.github.ben-manes.caffeine:caffeine
|-- org.mockito:mockito-junit-jupiter
|-- org.hamcrest:java-hamcrest
provided
test
|-- com.buschmais.jqassistant.plugin:common:2.0.10
|-- org.junit.jupiter:junit-jupiter-engine