<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-web-graphql</artifactId> <version>4.2.7</version> </dependency>
implementation 'io.vertx:vertx-web-graphql:4.2.7'
implementation("io.vertx:vertx-web-graphql:4.2.7")
libraryDependencies += "io.vertx" % "vertx-web-graphql" % "4.2.7"
@Grapes( @Grab(group='io.vertx', module='vertx-web-graphql', version='4.2.7') )
<dependency org="io.vertx" name="vertx-web-graphql" rev="4.2.7" />
[io.vertx/vertx-web-graphql "4.2.7"]
'io.vertx:vertx-web-graphql:jar:4.2.7'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-web-parent</artifactId> <version>4.2.7</version> </parent>
compile
|-- io.vertx:vertx-web
|-- com.graphql-java:graphql-java
|-- org.reactivestreams:reactive-streams:1.0.3
test