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