<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>jaxrs</artifactId>
<version>1.9.0-ALPHA1</version>
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.plugin', module='jaxrs', 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.plugin:common:1.9.0-ALPHA1
|-- com.buschmais.jqassistant.plugin:java:1.9.0-ALPHA1
|-- com.buschmais.jqassistant.core:report
|-- com.buschmais.jqassistant.core:plugin
|-- com.buschmais.jqassistant.core:store
|-- com.buschmais.jqassistant.core:analysis
|-- org.hamcrest:java-hamcrest
|-- javax.ws.rs:javax.ws.rs-api:2.0
test
|-- com.buschmais.jqassistant.plugin:common:1.9.0-ALPHA1
|-- com.buschmais.jqassistant.plugin:java:1.9.0-ALPHA1
|-- org.junit.jupiter:junit-jupiter-engine