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