<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>graphql</artifactId>
<version>1.9.0</version>
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.plugin', module='graphql', version='1.9.0')
)
<parent> <groupId>com.buschmais.jqassistant.plugin</groupId> <artifactId>parent</artifactId> <version>1.9.0</version> </parent>
compile
|-- com.graphql-java:graphql-java:14.0
|-- com.sun.jersey:jersey-client:1.19.4
|-- com.sun.jersey:jersey-json:1.19.4
|-- org.hamcrest:java-hamcrest
|-- org.mockito:mockito-junit-jupiter
provided
|-- com.sun.jersey:jersey-core:1.19.4
|-- javax.ws.rs:jsr311-api:1.1.1
|-- com.buschmais.jqassistant.core:scanner
|-- com.buschmais.jqassistant.core:plugin
|-- com.buschmais.jqassistant.plugin:common:1.9.0
test
|-- com.buschmais.jqassistant.plugin:common:1.9.0
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.springframework.boot:spring-boot-starter-web:2.2.4.RELEASE
|-- org.springframework.boot:spring-boot-starter-test:2.2.4.RELEASE
|-- javax.servlet:javax.servlet-api:3.1.0
|-- com.graphql-java:graphql-java-spring-boot-starter-webmvc:1.0