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