Files download
File Operation
graphql-dgs-client-9.1.1.jar download
graphql-dgs-client-9.1.1.pom download
graphql-dgs-client-9.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.netflix.graphql.dgs</groupId>
  <artifactId>graphql-dgs-client</artifactId>
  <version>9.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.graphql.dgs:graphql-dgs-client:9.1.1'
Gradle Kotlin
implementation("com.netflix.graphql.dgs:graphql-dgs-client:9.1.1")
Scala SBT
libraryDependencies += "com.netflix.graphql.dgs" % "graphql-dgs-client" % "9.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.graphql.dgs', module='graphql-dgs-client', version='9.1.1')
)
Apache Ivy
<dependency org="com.netflix.graphql.dgs" name="graphql-dgs-client" rev="9.1.1" />
Leiningen
[com.netflix.graphql.dgs/graphql-dgs-client "9.1.1"]
Apache Buildr
'com.netflix.graphql.dgs:graphql-dgs-client:jar:9.1.1'