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