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