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