s

smallrye-graphql-client-api

SmallRye specific Client API, extending the MicroProfile client api, allowing us to play with the api first before we move it to the spec
Files download
File Operation
smallrye-graphql-client-api-2.6.1.jar download
smallrye-graphql-client-api-2.6.1.pom download
smallrye-graphql-client-api-2.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-graphql-client-api</artifactId>
  <version>2.6.1</version>
</dependency>
Gradle Groovy
implementation 'io.smallrye:smallrye-graphql-client-api:2.6.1'
Gradle Kotlin
implementation("io.smallrye:smallrye-graphql-client-api:2.6.1")
Scala SBT
libraryDependencies += "io.smallrye" % "smallrye-graphql-client-api" % "2.6.1"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='smallrye-graphql-client-api', version='2.6.1')
)
Apache Ivy
<dependency org="io.smallrye" name="smallrye-graphql-client-api" rev="2.6.1" />
Leiningen
[io.smallrye/smallrye-graphql-client-api "2.6.1"]
Apache Buildr
'io.smallrye:smallrye-graphql-client-api:jar:2.6.1'