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