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