GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-graphql-vertx |
Version | Version0.9.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-vertx/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-vertx</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-vertx/
implementation 'io.smallrye:smallrye-graphql-vertx:0.9.1'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-vertx/
implementation ("io.smallrye:smallrye-graphql-vertx:0.9.1")
'io.smallrye:smallrye-graphql-vertx:jar:0.9.1'
<dependency org="io.smallrye" name="smallrye-graphql-vertx" rev="0.9.1">
<artifact name="smallrye-graphql-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-graphql-vertx', version='0.9.1')
)
libraryDependencies += "io.smallrye" % "smallrye-graphql-vertx" % "0.9.1"
[io.smallrye/smallrye-graphql-vertx "0.9.1"]