<dependency>
<groupId>com.netflix.graphql.dgs</groupId>
<artifactId>graphql-dgs-spring-boot-starter</artifactId>
<version>6.0.3</version>
</dependency>
libraryDependencies += "com.netflix.graphql.dgs" % "graphql-dgs-spring-boot-starter" % "6.0.3"
@Grapes(
@Grab(group='com.netflix.graphql.dgs', module='graphql-dgs-spring-boot-starter', version='6.0.3')
)
<dependency org="com.netflix.graphql.dgs" name="graphql-dgs-spring-boot-starter" rev="6.0.3" />
compile
|-- com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure:6.0.3
|-- com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure:6.0.3
|-- com.netflix.graphql.dgs:graphql-dgs-client:6.0.3
|-- com.netflix.graphql.dgs:graphql-error-types:6.0.3
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.21
runtime
|-- org.springframework.boot:spring-boot-starter-websocket:3.0.0