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