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