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