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